summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorMagnus Damm2009-11-08 18:03:09 +0100
committerDenys Vlasenko2009-11-08 18:03:09 +0100
commit8bd0af996226b720342f792129f21581aa08bb5d (patch)
tree831650442ce03bdb6f51465ac5b4162fb7e18d5e /networking/Config.in
parentbbd423530f58ab695030f3d26cb81089a2f7a945 (diff)
downloadbusybox-8bd0af996226b720342f792129f21581aa08bb5d.zip
busybox-8bd0af996226b720342f792129f21581aa08bb5d.tar.gz
tftp: add optiona support for progress bar
function old new delta tftp_protocol 1662 1834 +172 progress_meter 212 365 +153 tftp_progress_init - 14 +14 tftp_main 276 281 +5 tftpd_main 513 500 -13 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/1 up/down: 344/-13) Total: 331 bytes Signed-off-by: Magnus Damm <magnus.damm@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 59e88e0..5f1b6f6 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -846,12 +846,19 @@ config FEATURE_TFTP_PUT
Also enable download support in tftpd, if tftpd is selected.
config FEATURE_TFTP_BLOCKSIZE
- bool "Enable \"blksize\" protocol option"
+ bool "Enable 'blksize' and 'tsize' protocol options"
default n
depends on TFTP || TFTPD
help
Allow tftp to specify block size, and tftpd to understand
- "blksize" option.
+ "blksize" and "tsize" options.
+
+config FEATURE_TFTP_PROGRESS_BAR
+ bool "Enable tftp progress meter"
+ default n
+ depends on TFTP && FEATURE_TFTP_BLOCKSIZE
+ help
+ Show progress bar.
config TFTP_DEBUG
bool "Enable debug"