summaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
commit4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch)
tree133b5d5ad9f27d12a913057540d1e877c4bb1436 /networking/tftp.c
parent483405a9b0df6ea14344b1144959be1debef925e (diff)
downloadbusybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz
busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.bz2
busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 189364f0c..3fe1fcb82 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" 22//config: bool "tftp (12 kb)"
23//config: default y 23//config: default y
24//config: help 24//config: help
25//config: This enables the Trivial File Transfer Protocol client program. TFTP 25//config: This enables the Trivial File Transfer Protocol client program. TFTP
@@ -27,7 +27,7 @@
27//config: for a network-enabled bootloader. 27//config: for a network-enabled bootloader.
28//config: 28//config:
29//config:config TFTPD 29//config:config TFTPD
30//config: bool "tftpd" 30//config: bool "tftpd (10 kb)"
31//config: default y 31//config: default y
32//config: help 32//config: help
33//config: This enables the Trivial File Transfer Protocol server program. 33//config: This enables the Trivial File Transfer Protocol server program.