diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-06 19:39:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-06 19:39:51 +0000 |
commit | 741a0576ad3184f0f061ff8fd056f933986d110d (patch) | |
tree | 15696903dfd2ffe65ef465923203876f48a2088b /config | |
parent | 5731f502797636762931a6447703043ae297adae (diff) | |
download | master-187ad058-741a0576ad3184f0f061ff8fd056f933986d110d.tar.gz master-187ad058-741a0576ad3184f0f061ff8fd056f933986d110d.tar.bz2 master-187ad058-741a0576ad3184f0f061ff8fd056f933986d110d.zip |
build: add integration for managing opkg package feed keys
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 582724eff1..78582ab415 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -14,6 +14,9 @@ menu "Global build settings" bool "Select all userspace packages by default" default n + config SIGNED_PACKAGES + bool "Cryptographically signed package lists" + comment "General build options" config DISPLAY_SUPPORT |