aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-08-06 21:22:27 +0200
committerJo-Philipp Wich <jo@mein.io>2019-08-06 21:22:27 +0200
commitf565f276e2c06ac8f3176e0b16d6f2d40cd653d4 (patch)
tree7f7fed9665eefcec7f3c9c3e3dd2f38f93868681 /config
parent991dd5a89340367920315a3fd0390a7423e6b34a (diff)
downloadupstream-f565f276e2c06ac8f3176e0b16d6f2d40cd653d4.tar.gz
upstream-f565f276e2c06ac8f3176e0b16d6f2d40cd653d4.tar.bz2
upstream-f565f276e2c06ac8f3176e0b16d6f2d40cd653d4.zip
config: introduce separate CONFIG_SIGNATURE_CHECK option
Introduce a new option CONFIG_SIGNATURE_CHECK which defaults to the value of CONFIG_SIGNED_PACKAGES and thus is enabled by default. This option is needed to support building target opkg with enabled signature verification while having the signed package lists disabled. Our buildbots currently disable package signing globally in the buildroot and SDK to avoid the need to ship private signing keys to the build workers and to prevent the triggering of random key generation on the worker nodes since package signing happens off-line on the master nodes. As unintended side-effect, updated opkg packages will get built with disabled signature verification, hence the need for a new override option. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index 5132497e1d..fe916e22ea 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -34,6 +34,10 @@ menu "Global build settings"
bool "Cryptographically signed package lists"
default y
+ config SIGNATURE_CHECK
+ bool "Enable signature checking in opkg"
+ default SIGNED_PACKAGES
+
comment "General build options"
config TESTING_KERNEL