aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-17 23:48:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-17 23:48:59 +0200
commit0cc25945d8e6821d967bb97266774f9ee6c07197 (patch)
tree5f4e46bf9d322b322708a03857c2054cabc5e1a6
parent2f41e7ea5700aab61f32a1db97569f832563fbd8 (diff)
downloadbusybox-w32-0cc25945d8e6821d967bb97266774f9ee6c07197.tar.gz
busybox-w32-0cc25945d8e6821d967bb97266774f9ee6c07197.tar.bz2
busybox-w32-0cc25945d8e6821d967bb97266774f9ee6c07197.zip
networking/Config.src: make tftp/tftpd-related options less confusing. Closes 2017
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/Config.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src
index 51dcb7717..ebad9e598 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -861,6 +861,9 @@ config TFTPD
861 In other words: it should be run from inetd in nowait mode, 861 In other words: it should be run from inetd in nowait mode,
862 or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" 862 or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR"
863 863
864comment "Common options for tftp/tftpd"
865 depends on TFTP || TFTPD
866
864config FEATURE_TFTP_GET 867config FEATURE_TFTP_GET
865 bool "Enable 'tftp get' and/or tftpd upload code" 868 bool "Enable 'tftp get' and/or tftpd upload code"
866 default y 869 default y