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:
parent
70cf8c3048
commit
3c6b091b65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user