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>
This commit is contained in:
Daniel Dickinson 2016-07-07 06:45:36 -04:00 committed by Jo-Philipp Wich
parent 70cf8c3048
commit 3c6b091b65
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ menu "Global build settings"
bool "Select all userspace packages by default"
default y
config SIGNED_PACKAGES
bool "Cryptographically sign package lists"
default y
endmenu
config MODULES