aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-build.in
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2019-10-21 16:26:07 +0200
committerJohn Crispin <john@phrozen.org>2019-10-21 16:26:24 +0200
commitf4aaee01faea1998b2403ffe951fe6100fb4e587 (patch)
tree1b01f1928f7ac84054b7560bc93f03cbd25e630c /config/Config-build.in
parent4408723d42e0d717a0643422690686187cc7c2b1 (diff)
downloadupstream-f4aaee01faea1998b2403ffe951fe6100fb4e587.tar.gz
upstream-f4aaee01faea1998b2403ffe951fe6100fb4e587.tar.bz2
upstream-f4aaee01faea1998b2403ffe951fe6100fb4e587.zip
Revert "build: separate signing logic"
This reverts commit 4a45e69d190f72ed94878487b271ed7651dd9efa. This broke the buildbots Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'config/Config-build.in')
-rw-r--r--config/Config-build.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index c6591708a2..872e5c12ab 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -37,21 +37,13 @@ menu "Global build settings"
- Enabling per-device rootfs support
...
- config INSTALL_LOCAL_KEY
- bool "Install local usign key into image"
- default n
-
config SIGNED_PACKAGES
bool "Cryptographically signed package lists"
- default n
-
- config SIGNED_IMAGES
- bool "Cryptographically signed firmware images"
- default n
+ default y
config SIGNATURE_CHECK
bool "Enable signature checking in opkg"
- default y
+ default SIGNED_PACKAGES
comment "General build options"