diff options
author | Stefan Seyfried | 2009-11-21 18:32:19 +0100 |
---|---|---|
committer | Denys Vlasenko | 2009-11-21 18:32:19 +0100 |
commit | d095fd4d95fd6241847f01e4fd674bc177310c33 (patch) | |
tree | a860321d92a028c5e54f227497d9605fe1dc5a10 /miscutils/Config.in | |
parent | 102ff76c845746f9c0bae65299176a0a49f85260 (diff) | |
download | busybox-d095fd4d95fd6241847f01e4fd674bc177310c33.zip busybox-d095fd4d95fd6241847f01e4fd674bc177310c33.tar.gz |
flashcp: new applet by Stefan Seyfried. +900 bytes
Signed-off-by: Stefan Seyfried <stefan.seyfried@googlemail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 842f7f9..ebf98f9 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -272,6 +272,13 @@ config FBSPLASH "NN" (ASCII decimal number) - percentage to show on progress bar "exit" - well you guessed it +config FLASHCP + bool "flashcp" + default n + help + The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. + This utility is used to copy images into a MTD device. + config FLASH_LOCK bool "flash_lock" default n |