From: Felix Fietkau Date: Tue, 5 May 2015 21:16:13 +0000 (+0000) Subject: build: enable package list signing by default X-Git-Tag: reboot~3128 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ec73574027f56ce42c2764010710ad49b7d462a3 build: enable package list signing by default Signed-off-by: Felix Fietkau SVN-Revision: 45614 --- diff --git a/config/Config-build.in b/config/Config-build.in index 78582ab415..69fb708972 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -16,6 +16,7 @@ menu "Global build settings" config SIGNED_PACKAGES bool "Cryptographically signed package lists" + default y comment "General build options"