config: introduce separate CONFIG_SIGNATURE_CHECK option
[openwrt/staging/mkresin.git] / config / Config-build.in
index 6d749476db78daf25e7b85d47c139053b80a8e43..fe916e22eab7d4c54c67e69a7483cbcc99dce249 100644 (file)
@@ -34,8 +34,21 @@ 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
+               bool "Use the testing kernel version"
+               depends on HAS_TESTING_KERNEL
+               default n
+               help
+                 If the target supports a newer kernel version than the default,
+                 you can use this config option to enable it
+
+
        config DISPLAY_SUPPORT
                bool "Show packages that require graphics support (local or remote)"
                default n