summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-24 12:27:29 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-07 16:15:38 -0600
commita28eafb2a4d7418ad1efb3f8b72e9cbb014c1c0b (patch)
treed5a5703fd9f0fb924a2f2de14dc58fc5fe44dc4a
parentspec: Remove RTEMS_NETWORKING options (diff)
downloadrtems-a28eafb2a4d7418ad1efb3f8b72e9cbb014c1c0b.tar.bz2
cpukit: Move ftpfs from libnetworking to libfs
Update #3850
-rw-r--r--cpukit/libfs/src/ftpfs/ftpfs.c (renamed from cpukit/libnetworking/lib/ftpfs.c)0
-rw-r--r--cpukit/libfs/src/ftpfs/tftpDriver.c (renamed from cpukit/libnetworking/lib/tftpDriver.c)0
-rw-r--r--spec/build/cpukit/libftpfs.yml2
-rw-r--r--spec/build/cpukit/libtftpfs.yml2
4 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/lib/ftpfs.c b/cpukit/libfs/src/ftpfs/ftpfs.c
index 5e0cb95dd3..5e0cb95dd3 100644
--- a/cpukit/libnetworking/lib/ftpfs.c
+++ b/cpukit/libfs/src/ftpfs/ftpfs.c
diff --git a/cpukit/libnetworking/lib/tftpDriver.c b/cpukit/libfs/src/ftpfs/tftpDriver.c
index 7cbb402b63..7cbb402b63 100644
--- a/cpukit/libnetworking/lib/tftpDriver.c
+++ b/cpukit/libfs/src/ftpfs/tftpDriver.c
diff --git a/spec/build/cpukit/libftpfs.yml b/spec/build/cpukit/libftpfs.yml
index d32304fcf3..bde2f2e988 100644
--- a/spec/build/cpukit/libftpfs.yml
+++ b/spec/build/cpukit/libftpfs.yml
@@ -14,6 +14,6 @@ install:
install-path: ${BSP_LIBDIR}
links: []
source:
-- cpukit/libnetworking/lib/ftpfs.c
+- cpukit/libfs/src/ftpfs/ftpfs.c
target: ftpfs
type: build
diff --git a/spec/build/cpukit/libtftpfs.yml b/spec/build/cpukit/libtftpfs.yml
index 57c75c6639..90a0eabc80 100644
--- a/spec/build/cpukit/libtftpfs.yml
+++ b/spec/build/cpukit/libtftpfs.yml
@@ -15,6 +15,6 @@ install:
install-path: ${BSP_LIBDIR}
links: []
source:
-- cpukit/libnetworking/lib/tftpDriver.c
+- cpukit/libfs/src/ftpfs/tftpDriver.c
target: tftpfs
type: build