aboutsummaryrefslogtreecommitdiffstats
path: root/target/sdk
diff options
context:
space:
mode:
authorDaniel Dickinson <lede@daniel.thecshore.com>2016-05-23 06:15:20 -0400
committerJo-Philipp Wich <jo@mein.io>2016-05-24 13:30:58 +0200
commitd79f8909c1bde8376c82537798ce363797033cf9 (patch)
treef7ee4a71b60f4cc7eda3d7c24c99924b071b865f /target/sdk
parent76d8f6c41f4b092ad890333b4bfcfdcdbcd27da3 (diff)
downloadupstream-d79f8909c1bde8376c82537798ce363797033cf9.tar.gz
upstream-d79f8909c1bde8376c82537798ce363797033cf9.tar.bz2
upstream-d79f8909c1bde8376c82537798ce363797033cf9.zip
sdk: Allow to change ALL* package settings in SDK
It is desirable to be able to use ./scripts/feeds install -a when in the SDK without being forced to build a great number of packages that are not actually wanted. We therefore add the option of changing the various ALL package build options so that we can default to packages not being built unless we select them. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/files/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in
index 6cb3fe8aef..c7bc41956e 100644
--- a/target/sdk/files/Config.in
+++ b/target/sdk/files/Config.in
@@ -1,3 +1,19 @@
+menu "Global build settings"
+
+ config ALL_NONSHARED
+ bool "Select all target specific packages by default"
+ default ALL
+
+ config ALL_KMODS
+ bool "Select all kernel module packages by default"
+ default ALL
+
+ config ALL
+ bool "Select all userspace packages by default"
+ default y
+
+endmenu
+
config MODULES
bool
default y