summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-13 02:43:50 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-13 02:43:50 +0000
commit02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89 (patch)
tree0f360f59ce41caaef1c123a69b3a88aa14c3e6e2 /networking/Config.in
parentf03c933e473760cb3776aee8283ecb3e4bddf097 (diff)
downloadbusybox-w32-02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89.tar.gz
busybox-w32-02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89.tar.bz2
busybox-w32-02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89.zip
New applets, ftpget and ftpput
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index b4b9462c3..b622b65f3 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -11,6 +11,18 @@ config CONFIG_FEATURE_IPV6
11 help 11 help
12 Please submit a patch to add help text for this item. 12 Please submit a patch to add help text for this item.
13 13
14config CONFIG_FTPGET
15 bool "ftpget"
16 default n
17 help
18 Retrieve a remote file via FTP.
19
20config CONFIG_FTPPUT
21 bool "ftpput"
22 default n
23 help
24 Store a remote file via FTP.
25
14config CONFIG_HOSTNAME 26config CONFIG_HOSTNAME
15 bool "hostname" 27 bool "hostname"
16 default n 28 default n