diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-03 14:18:23 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-03 14:23:45 +0100 |
commit | 9277cb760a4cc6e62d0cd23fa938dd953e875a13 (patch) | |
tree | 9f8ef648621f2967d187bf403327c0adfb86fe0a /package/mtd/Config.in | |
parent | fbf84d42b6954c2295171c4c0524a55643122c66 (diff) | |
download | buildroot-novena-9277cb760a4cc6e62d0cd23fa938dd953e875a13.tar.gz buildroot-novena-9277cb760a4cc6e62d0cd23fa938dd953e875a13.zip |
mtd-utils: bump version, get rid of obsolete git version
ubimirror is gone, ubiformat/ubinize/ubirename/ubirsvol are new.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mtd/Config.in')
-rw-r--r-- | package/mtd/Config.in | 42 |
1 files changed, 14 insertions, 28 deletions
diff --git a/package/mtd/Config.in b/package/mtd/Config.in index b5a2668cf..af7125219 100644 --- a/package/mtd/Config.in +++ b/package/mtd/Config.in @@ -5,24 +5,6 @@ menuconfig BR2_PACKAGE_MTD Build mtd/jffs utilities if BR2_PACKAGE_MTD -choice - prompt "Source package selection" - default BR2_PACKAGE_MTD_UTILS - -config BR2_PACKAGE_MTD_UTILS - bool "Use MTD-utils release" - select BR2_PACKAGE_LZO - help - Build mtd/jffs utilities with Dataflash support - -config BR2_PACKAGE_MTD_UTILS_GIT - bool "Use MTD-utils from GIT" - help - Use the latest from GIT or a particular revision. - You should probably say NO except for specific purpose. - -endchoice - comment "MTD tools selection" config BR2_PACKAGE_MTD_DOCFDISK @@ -118,42 +100,46 @@ config BR2_PACKAGE_MTD_SUMTOOL config BR2_PACKAGE_MTD_UBIATTACH bool "ubiattach" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT config BR2_PACKAGE_MTD_UBICRC32 bool "ubicrc32" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT config BR2_PACKAGE_MTD_UBIDETACH bool "ubidetach" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT -config BR2_PACKAGE_MTD_UBIMIRROR - bool "ubimirror" +config BR2_PACKAGE_MTD_UBIFORMAT + bool "ubiformat" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT config BR2_PACKAGE_MTD_UBIMKVOL bool "ubimkvol" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT config BR2_PACKAGE_MTD_UBINFO bool "ubinfo" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT + +config BR2_PACKAGE_MTD_UBINIZE + bool "ubinize" + default y + +config BR2_PACKAGE_MTD_UBIRENAME + bool "ubirename" + default y config BR2_PACKAGE_MTD_UBIRMVOL bool "ubirmvol" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT + +config BR2_PACKAGE_MTD_UBIRSVOL + bool "ubirsvol" + default y config BR2_PACKAGE_MTD_UBIUPDATEVOL bool "ubiupdatevol" default y - depends on BR2_PACKAGE_MTD_UTILS_GIT endif |