summaryrefslogtreecommitdiffstats
path: root/package/mtd/Config.in
diff options
context:
space:
mode:
authorDavid Anders2006-01-24 15:20:55 +0100
committerDavid Anders2006-01-24 15:20:55 +0100
commitc1846c65660a14e6d564d7228c0922d4bc8f0b7d (patch)
tree1be057cf6614efdae85d3e3b8fa11c4363e5d7dc /package/mtd/Config.in
parentadd ipsec-tools package per case 0000439 (diff)
downloadbuildroot-c1846c65660a14e6d564d7228c0922d4bc8f0b7d.tar.gz
buildroot-c1846c65660a14e6d564d7228c0922d4bc8f0b7d.tar.xz
buildroot-c1846c65660a14e6d564d7228c0922d4bc8f0b7d.zip
add option to mtd to select daily snapshot or a default version
Diffstat (limited to 'package/mtd/Config.in')
-rw-r--r--package/mtd/Config.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/package/mtd/Config.in b/package/mtd/Config.in
index 0a133570f..ded0c9ecf 100644
--- a/package/mtd/Config.in
+++ b/package/mtd/Config.in
@@ -5,6 +5,44 @@ config BR2_PACKAGE_MTD
help
Build mtd/jffs utilities
+menu "MTD package selection"
+ depends on BR2_PACKAGE_MTD
+
+choice
+ prompt "Source package selection"
+ depends on BR2_PACKAGE_MTD
+ default BR2_PACKAGE_MTD_ORIG
+
+
+config BR2_PACKAGE_MTD_ORIG
+ bool "Default source"
+ depends on BR2_PACKAGE_MTD
+ help
+ Use the stable release.
+
+config BR2_PACKAGE_MTD_SNAPSHOT
+ bool "Daily snapshot"
+ depends on BR2_PACKAGE_MTD
+ help
+ Use the latest MTD daily snapshot instead of release.
+ You should probably say NO except for specific purpose.
+
+endchoice
+
+config BR2_PACKAGE_MTD_ORIG_STRING
+ string "MTD package name"
+ depends on BR2_PACKAGE_MTD_ORIG
+ default "mtd_20050122.orig.tar.gz"
+ help
+ You should not modify the file name, unless you want to
+ use a specific and private MTD package.
+ Default is mtd_20050122.orig.tar.gz
+
+endmenu
+
+menu "MTD tools selection"
+ depends BR2_PACKAGE_MTD
+
config BR2_PACKAGE_MTD_FLASH_ERASE
bool "flash_erase"
default y
@@ -104,3 +142,5 @@ config BR2_PACKAGE_MTD_DOC_LOADBIOS
bool "doc_loadbios"
default y
depends on BR2_PACKAGE_MTD
+
+endmenu