remove duplicate/invalid options in choice
authorMike Frysinger <vapier@gentoo.org>
Sat, 7 Oct 2006 06:28:23 +0000 (06:28 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 7 Oct 2006 06:28:23 +0000 (06:28 -0000)
package/mtd/Config.in

index 0f317bdc7bc2f08a218131169cf7f10ce7e963a5..d38ab2348fba5ebe6d4780146245b89b7fa770f1 100644 (file)
@@ -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.