diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 17:45:35 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 17:52:43 +0100 |
commit | b86b39bfda8fa050f406ae00119bf0557bb909c2 (patch) | |
tree | 861163f18bca85e8bcaf731cf6d9f0d91e13798d /networking | |
parent | cdadad58a1555b50fe8478291a0cd9ff23e2aadb (diff) | |
download | busybox-w32-b86b39bfda8fa050f406ae00119bf0557bb909c2.tar.gz busybox-w32-b86b39bfda8fa050f406ae00119bf0557bb909c2.tar.bz2 busybox-w32-b86b39bfda8fa050f406ae00119bf0557bb909c2.zip |
config: more tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/tftp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 1828688d4..d20d4ca4b 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -41,9 +41,6 @@ | |||
41 | //config: In other words: it should be run from inetd in nowait mode, | 41 | //config: In other words: it should be run from inetd in nowait mode, |
42 | //config: or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" | 42 | //config: or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" |
43 | //config: | 43 | //config: |
44 | //config:comment "Common options for tftp/tftpd" | ||
45 | //config: depends on TFTP || TFTPD | ||
46 | //config: | ||
47 | //config:config FEATURE_TFTP_GET | 44 | //config:config FEATURE_TFTP_GET |
48 | //config: bool "Enable 'tftp get' and/or tftpd upload code" | 45 | //config: bool "Enable 'tftp get' and/or tftpd upload code" |
49 | //config: default y | 46 | //config: default y |