aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-28 20:47:34 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-30 21:49:07 +0200
commit1d5260cf72763d92ba8c4aff61b3605e37af614a (patch)
tree9d09bbfb97522804d905de633cfb63bbe8f6c44b /config
parent504000d520ac8699137bd6b8dbd55f723f34bfbe (diff)
downloadupstream-1d5260cf72763d92ba8c4aff61b3605e37af614a.tar.gz
upstream-1d5260cf72763d92ba8c4aff61b3605e37af614a.tar.bz2
upstream-1d5260cf72763d92ba8c4aff61b3605e37af614a.zip
build: add option to mark devices as BROKEN
By specifying "BROKEN := 1" or "BROKEN := y" for a device, it will be hidden (and deselected) by default. By that, it provides a stronger option to "disable" a device beyond just using DEFAULT := n. To make these devices visible, just enable the BROKEN option in developer settings as already implemented for targets and packages. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'config')
-rw-r--r--config/Config-devel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-devel.in b/config/Config-devel.in
index 11741c7070..6447a79db2 100644
--- a/config/Config-devel.in
+++ b/config/Config-devel.in
@@ -9,7 +9,7 @@ menuconfig DEVEL
default n
config BROKEN
- bool "Show broken platforms / packages" if DEVEL
+ bool "Show broken platforms / packages / devices" if DEVEL
default n
config BINARY_FOLDER