diff options
author | Glenn L McGrath | 2002-12-13 02:43:50 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-13 02:43:50 +0000 |
commit | 02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89 (patch) | |
tree | 0f360f59ce41caaef1c123a69b3a88aa14c3e6e2 /networking/Config.in | |
parent | f03c933e473760cb3776aee8283ecb3e4bddf097 (diff) | |
download | busybox-02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89.zip busybox-02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89.tar.gz |
New applets, ftpget and ftpput
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index b4b9462..b622b65 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -11,6 +11,18 @@ config CONFIG_FEATURE_IPV6 help Please submit a patch to add help text for this item. +config CONFIG_FTPGET + bool "ftpget" + default n + help + Retrieve a remote file via FTP. + +config CONFIG_FTPPUT + bool "ftpput" + default n + help + Store a remote file via FTP. + config CONFIG_HOSTNAME bool "hostname" default n |