build: separate signing logic
[openwrt/openwrt.git] / config / Config-build.in
index 872e5c12abb42602cb195cf0cd12a38e66c34ab8..c6591708a20a50947663dce86ae29259b59d6bed 100644 (file)
@@ -37,13 +37,21 @@ menu "Global build settings"
                  - Enabling per-device rootfs support
                  ...
 
+       config INSTALL_LOCAL_KEY
+               bool "Install local usign key into image"
+               default n
+
        config SIGNED_PACKAGES
                bool "Cryptographically signed package lists"
-               default y
+               default n
+
+       config SIGNED_IMAGES
+               bool "Cryptographically signed firmware images"
+               default n
 
        config SIGNATURE_CHECK
                bool "Enable signature checking in opkg"
-               default SIGNED_PACKAGES
+               default y
 
        comment "General build options"