From ec73574027f56ce42c2764010710ad49b7d462a3 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 5 May 2015 21:16:13 +0000
Subject: [PATCH] build: enable package list signing by default

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45614
---
 config/Config-build.in | 1 +
 1 file changed, 1 insertion(+)

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