Skip to content
Snippets Groups Projects
Commit d79f8909 authored by Daniel Dickinson's avatar Daniel Dickinson Committed by Jo-Philipp Wich
Browse files

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: default avatarDaniel Dickinson <lede@daniel.thecshore.com>
parent 76d8f6c4
No related branches found
No related tags found
No related merge requests found
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 config MODULES
bool bool
default y default y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment