introduce new BROKEN menuconfig option for hiding known broken settings
[openwrt.git] / Config.in
index e059f06..752e1d9 100644 (file)
--- a/Config.in
+++ b/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