From f4aaee01faea1998b2403ffe951fe6100fb4e587 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 21 Oct 2019 16:26:07 +0200 Subject: Revert "build: separate signing logic" This reverts commit 4a45e69d190f72ed94878487b271ed7651dd9efa. This broke the buildbots Signed-off-by: John Crispin --- config/Config-build.in | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'config/Config-build.in') 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" -- cgit v1.2.3