diff options
author | Denys Vlasenko | 2009-05-25 04:15:37 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-05-25 04:15:37 +0200 |
commit | bf2af9acb28ed6d8bbe351d669daaa140d0239f0 (patch) | |
tree | 3adba401caf5c25406f89ebe053a0d9dbb043b54 /miscutils/Config.in | |
parent | 4f26c97b9a2fdf6d967eafa06c67d04e432840a1 (diff) | |
download | busybox-bf2af9acb28ed6d8bbe351d669daaa140d0239f0.zip busybox-bf2af9acb28ed6d8bbe351d669daaa140d0239f0.tar.gz |
flash_lock, flash_unlock: new applets
By Thierry Reding (thierry.reding AT avionic-design.de)
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 7feaf4a..06ff51a 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -250,6 +250,20 @@ config FBSPLASH "NN" (ASCII decimal number) - percentage to show on progress bar "exit" - well you guessed it +config FLASH_LOCK + bool "flash_lock" + default n + help + The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This + utility locks part or all of the flash device. + +config FLASH_UNLOCK + bool "flash_unlock" + default n + help + The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This + utility unlocks part or all of the flash device. + config FLASH_ERASEALL bool "flash_eraseall" default n |