2016-05-23 10:15:20 +00:00
|
|
|
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
|
|
|
|
|
2016-07-07 10:45:36 +00:00
|
|
|
config SIGNED_PACKAGES
|
|
|
|
bool "Cryptographically sign package lists"
|
|
|
|
default y
|
|
|
|
|
2016-05-23 10:15:20 +00:00
|
|
|
endmenu
|
|
|
|
|
2016-07-31 10:14:38 +00:00
|
|
|
config IN_SDK
|
|
|
|
default y
|
|
|
|
bool
|
|
|
|
|
2015-07-27 23:45:15 +00:00
|
|
|
config MODULES
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
option modules
|
|
|
|
|
2014-03-10 18:58:49 +00:00
|
|
|
source "Config-build.in"
|
2008-08-22 04:20:40 +00:00
|
|
|
source "tmp/.config-package.in"
|