From: nbd Date: Tue, 5 May 2015 21:16:13 +0000 (+0000) Subject: build: enable package list signing by default X-Git-Url: http://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=9d8823e43ddf6d95c8e86675d7d554ca154f3469 build: enable package list signing by default Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45614 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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"