diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 4 |
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 |