projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70cf8c3
)
sdk: Allow to configure signed pacakge lists
author
Daniel Dickinson
<lede@daniel.thecshore.com>
Thu, 7 Jul 2016 10:45:36 +0000
(06:45 -0400)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/target/sdk/files/Config.in
b/target/sdk/files/Config.in
index c7bc41956e94f505d22d5253226b37047031e1cc..064cb0527bbb0a541a5b102d2c40e7f281296201 100644
(file)
--- a/
target/sdk/files/Config.in
+++ b/
target/sdk/files/Config.in
@@
-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