summaryrefslogtreecommitdiffstats
path: root/config/Config-devel.in
diff options
context:
space:
mode:
authorTony Butler <spudz76@gmail.com>2022-12-25 15:11:48 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-02-03 12:50:15 +0100
commit8bc72ea7be3976711dacc09f0fdab061d6e5152a (patch)
tree5c0da0f70b22d7737f31d62e72a466a0f19667ed /config/Config-devel.in
parentfcde517d35c8591cbb578b1a7a49a0446b1ac646 (diff)
downloadopenwrt-8bc72ea7be3976711dacc09f0fdab061d6e5152a.tar.gz
openwrt-8bc72ea7be3976711dacc09f0fdab061d6e5152a.tar.bz2
openwrt-8bc72ea7be3976711dacc09f0fdab061d6e5152a.zip
treewide: strip useless `default n` Kconfig lines
Kconfig docs say: > The default value deliberately defaults to 'n' in order to avoid > bloating the build. Apply this rule everywhere, to avoid more cloning of bad examples Signed-off-by: Tony Butler <spudz76@gmail.com>
Diffstat (limited to 'config/Config-devel.in')
-rw-r--r--config/Config-devel.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/Config-devel.in b/config/Config-devel.in
index e16e6ecaab..cbac91c09d 100644
--- a/config/Config-devel.in
+++ b/config/Config-devel.in
@@ -4,11 +4,9 @@
menuconfig DEVEL
bool "Advanced configuration options (for developers)"
- default n
config BROKEN
bool "Show broken platforms / packages / devices" if DEVEL
- default n
config BINARY_FOLDER
string "Binary folder" if DEVEL
@@ -53,7 +51,6 @@ menuconfig DEVEL
config AUTOREMOVE
bool "Automatic removal of build directories" if DEVEL
- default n
help
Automatically delete build directories after make target completed.
This allows you to symlink build_dir into a scratch location, e.g. a ramdisk,
@@ -61,7 +58,6 @@ menuconfig DEVEL
config BUILD_ALL_HOST_TOOLS
bool "Compile all host tools" if DEVEL
- default n
help
Compile all host host tools even if not needed. This is needed to prepare a
universal precompiled host tools archive to use in another buildroot.
@@ -84,7 +80,6 @@ menuconfig DEVEL
config CCACHE
bool "Use ccache" if DEVEL
- default n
help
Compiler cache; see https://ccache.samba.org/