Revert "build: separate signing logic"

This reverts commit 4a45e69d19.

This broke the buildbots

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2019-10-21 16:26:07 +02:00
parent 4408723d42
commit f4aaee01fa
3 changed files with 15 additions and 27 deletions

View File

@@ -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"