remove duplicate/invalid options in choice

This commit is contained in:
Mike Frysinger 2006-10-07 06:28:23 +00:00
parent cdc5d26b1c
commit 8e6f27335b

View File

@ -16,14 +16,11 @@ choice
config BR2_PACKAGE_MTD_ORIG config BR2_PACKAGE_MTD_ORIG
bool "Default source" bool "Default source"
depends on BR2_PACKAGE_MTD
default y
help help
Use the stable release. Use the stable release.
config BR2_PACKAGE_MTD_SNAPSHOT config BR2_PACKAGE_MTD_SNAPSHOT
bool "Daily snapshot" bool "Daily snapshot"
depends on BR2_PACKAGE_MTD
help help
Use the latest MTD daily snapshot instead of release. Use the latest MTD daily snapshot instead of release.
You should probably say NO except for specific purpose. You should probably say NO except for specific purpose.