tn3399_openwrt/target/sdk/files/Config.in
Daniel Dickinson 3c6b091b65 sdk: Allow to configure signed pacakge lists
Add option to enable signing packages lists in SDK.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-07-13 20:03:10 +02:00

28 lines
483 B
Plaintext

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
config SIGNED_PACKAGES
bool "Cryptographically sign package lists"
default y
endmenu
config MODULES
bool
default y
option modules
source "Config-build.in"
source "tmp/.config-package.in"