summaryrefslogtreecommitdiff
path: root/openwrt/Config.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-07-25 18:49:43 +0000
committerMike Baker <mbm@openwrt.org>2006-07-25 18:49:43 +0000
commit1c9953432505f9783153e666052be4665b9cf162 (patch)
tree3e92701cd3afc950ed4770f783804c8efbd30f11 /openwrt/Config.in
parent44be142cb2327bedaa6c95c8c8faa8b23d56a8da (diff)
downloadmtk-20170518-1c9953432505f9783153e666052be4665b9cf162.zip
mtk-20170518-1c9953432505f9783153e666052be4665b9cf162.tar.gz
mtk-20170518-1c9953432505f9783153e666052be4665b9cf162.tar.bz2
introduce new BROKEN menuconfig option for hiding known broken settings
SVN-Revision: 4283
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r--openwrt/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in
index e059f06..752e1d9 100644
--- a/openwrt/Config.in
+++ b/openwrt/Config.in
@@ -18,6 +18,10 @@ menuconfig DEVEL
select BUILDOPTS
select TOOLCHAINOPTS
+config BROKEN
+ bool "Show broken platforms / packages" if DEVEL
+ default n
+
menuconfig BUILDOPTS
bool "Build Options" if DEVEL