diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2010-01-07 12:57:36 -0500 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-01-18 09:03:07 +0100 |
commit | 5a352cdeba03856fa2d0cf12c707fd80704ebfdd (patch) | |
tree | 7827b78721d2e2adec3b6e4dadf0c485e3d3ec32 /package/mtd/Config.in | |
parent | c47124d43825f565eaf13f335e3c5d3fc5e3a6e7 (diff) | |
download | buildroot-novena-5a352cdeba03856fa2d0cf12c707fd80704ebfdd.tar.gz buildroot-novena-5a352cdeba03856fa2d0cf12c707fd80704ebfdd.zip |
package/mtd: Remove obsolete utilities, add new ones
A number of options under "MTD tools selection" are no longer
available. Remove them to avoid possible build errors.
In addition, the nandtest utility is present in MTD-utils release
so remove the depends on BR2_PACKAGE_MTD_UTILS_GIT.
Add a number of new utilities that exist in the latest version.
All of these do not have a 'default y' so existing configurations
should not change.
Reorder the MTD_TARGETS_* to match the Config.in so it's easier
to notice missing utilities.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mtd/Config.in')
-rw-r--r-- | package/mtd/Config.in | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/package/mtd/Config.in b/package/mtd/Config.in index 125175f39..b5a2668cf 100644 --- a/package/mtd/Config.in +++ b/package/mtd/Config.in @@ -31,11 +31,6 @@ config BR2_PACKAGE_MTD_DOCFDISK config BR2_PACKAGE_MTD_DOC_LOADBIOS bool "doc_loadbios" -config BR2_PACKAGE_MTD_ERASE - bool "erase" - default y - depends on BR2_PACKAGE_MTD_20050122 - config BR2_PACKAGE_MTD_FLASHCP bool "flashcp" default y @@ -56,6 +51,12 @@ config BR2_PACKAGE_MTD_FLASH_LOCK bool "flash_lock" default y +config BR2_PACKAGE_MTD_FLASH_OTP_DUMP + bool "flash_otp_dump" + +config BR2_PACKAGE_MTD_FLASH_OTP_INFO + bool "flash_otp_info" + config BR2_PACKAGE_MTD_FLASH_UNLOCK bool "flash_unlock" default y @@ -72,19 +73,10 @@ config BR2_PACKAGE_MTD_JFFS2DUMP bool "jffs2dump" default y -config BR2_PACKAGE_MTD_JFFS3DUMP - bool "jffs3dump" - default y - depends on BR2_PACKAGE_MTD_20050122 - config BR2_PACKAGE_MTD_MKFSJFFS2 bool "mkfs.jffs2" default y -config BR2_PACKAGE_MTD_MKFSJFFS - bool "mkfs.jffs" - depends on BR2_PACKAGE_MTD_20050122 || BR2_PACKAGE_MTD_20061007 || BR2_PACKAGE_MTD_UTILS - config BR2_PACKAGE_MTD_MTD_DEBUG bool "mtd_debug" default y @@ -96,17 +88,28 @@ config BR2_PACKAGE_MTD_NANDDUMP config BR2_PACKAGE_MTD_NANDTEST bool "nandtest" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT config BR2_PACKAGE_MTD_NANDWRITE bool "nandwrite" default y +config BR2_PACKAGE_MTD_NFTLDUMP + bool "nftldump" + config BR2_PACKAGE_MTD_NFTL_FORMAT bool "nftl_format" -config BR2_PACKAGE_MTD_NFTLDUMP - bool "nftldump" +config BR2_PACKAGE_MTD_RECV_IMAGE + bool "recv_image" + +config BR2_PACKAGE_MTD_RFDDUMP + bool "rfddump" + +config BR2_PACKAGE_MTD_RFDFORMAT + bool "rfdformat" + +config BR2_PACKAGE_MTD_SERVE_IMAGE + bool "serve_image" config BR2_PACKAGE_MTD_SUMTOOL bool "sumtool" |