summaryrefslogtreecommitdiffstats
path: root/package/mtd/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-07 06:28:23 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-07 06:28:23 +0000
commit8e6f27335bf11ae27fdeb8879e13060adf2aa7da (patch)
tree8f1e7b5df572a485b3d12d63960dba41a3500d7d /package/mtd/Config.in
parentcdc5d26b1c7409a1b3cfb017ea276cd8993b7cac (diff)
downloadbuildroot-novena-8e6f27335bf11ae27fdeb8879e13060adf2aa7da.tar.gz
buildroot-novena-8e6f27335bf11ae27fdeb8879e13060adf2aa7da.zip
remove duplicate/invalid options in choice
Diffstat (limited to 'package/mtd/Config.in')
-rw-r--r--package/mtd/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/mtd/Config.in b/package/mtd/Config.in
index 0f317bdc7..d38ab2348 100644
--- a/package/mtd/Config.in
+++ b/package/mtd/Config.in
@@ -16,14 +16,11 @@ choice
config BR2_PACKAGE_MTD_ORIG
bool "Default source"
- depends on BR2_PACKAGE_MTD
- default y
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.