diff options
Diffstat (limited to 'config/Config-build.in')
-rw-r--r-- | config/Config-build.in | 12 |
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" |