diff options
author | Denys Vlasenko | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /miscutils/flashcp.c | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip busybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz |
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/flashcp.c')
-rw-r--r-- | miscutils/flashcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/flashcp.c b/miscutils/flashcp.c index 4bbc677..f6f61cf 100644 --- a/miscutils/flashcp.c +++ b/miscutils/flashcp.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config FLASHCP -//config: bool "flashcp" +//config: bool "flashcp (5.4 kb)" //config: default n # doesn't build on Ubuntu 8.04 //config: help //config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. |