sdk: Allow to configure signed pacakge lists
authorDaniel Dickinson <lede@daniel.thecshore.com>
Thu, 7 Jul 2016 10:45:36 +0000 (06:45 -0400)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Jul 2016 18:03:10 +0000 (20:03 +0200)
Add option to enable signing packages lists in SDK.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
target/sdk/files/Config.in

index c7bc41956e94f505d22d5253226b37047031e1cc..064cb0527bbb0a541a5b102d2c40e7f281296201 100644 (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