aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-12-10 19:29:03 +0000
committerDaniel Golle <daniel@makrotopia.org>2020-12-10 19:33:51 +0000
commit866307285445f1086af1cc8352a46e55260274d1 (patch)
treec2b804043f793b31d53b026dc2c14711497d9da2 /config
parenta3e5b24d430a752caebf513aaacce707204b5def (diff)
downloadupstream-866307285445f1086af1cc8352a46e55260274d1.tar.gz
upstream-866307285445f1086af1cc8352a46e55260274d1.tar.bz2
upstream-866307285445f1086af1cc8352a46e55260274d1.zip
config: add big EXPERIMENTAL option
As discussed in the today's (2020-12-10) meeting, add a new option to menuconfig to group the selection of all experimental features to be selected by default. Developers are recommended to make use of this new symbol to guard new features. Other developers and community members should feel encouraged to build with this flag enabled to help testing and provide feedback. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index cfefa4eed3..0aaf6b31c3 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -5,6 +5,20 @@
# See /LICENSE for more information.
#
+config EXPERIMENTAL
+ bool "Enable experimental features by default"
+ default n
+ help
+ Set this option to build with latest bleeding edge features
+ which may or may not work as expected.
+ If you would like to help the development of OpenWrt, you are
+ encouraged to set this option and provide feedback (both
+ positive and negative). But do so only if you know how to
+ recover your device in case of flashing potentially non-working
+ firmware.
+
+ If you plan to use this build in production, say NO!
+
menu "Global build settings"
config JSON_OVERVIEW_IMAGE_INFO
@@ -51,7 +65,7 @@ menu "Global build settings"
config TESTING_KERNEL
bool "Use the testing kernel version"
depends on HAS_TESTING_KERNEL
- default n
+ default EXPERIMENTAL
help
If the target supports a newer kernel version than the default,
you can use this config option to enable it