aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 4cd39186a..d20d4ca4b 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -19,7 +19,7 @@
19 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 19 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
20 */ 20 */
21//config:config TFTP 21//config:config TFTP
22//config: bool "tftp (12 kb)" 22//config: bool "tftp (11 kb)"
23//config: default y 23//config: default y
24//config: help 24//config: help
25//config: Trivial File Transfer Protocol client. TFTP is usually used 25//config: Trivial File Transfer Protocol client. TFTP is usually used
@@ -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