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 | beca028bd6bb71898052faadff680d8e76f61eb3 (patch) | |
tree | 14a05ceeedb3c6c18f4ff09eb0659b16ebb8e386 /config/Config-build.in | |
parent | dde8214d167415015d42cc826ebb535f726dd90d (diff) | |
download | upstream-beca028bd6bb71898052faadff680d8e76f61eb3.tar.gz upstream-beca028bd6bb71898052faadff680d8e76f61eb3.tar.bz2 upstream-beca028bd6bb71898052faadff680d8e76f61eb3.zip |
build: add integration for managing opkg package feed keys
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45286
Diffstat (limited to 'config/Config-build.in')
-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 |