hardening: enable format security checking by default
[openwrt/staging/stintel.git] / config / Config-build.in
index 582724eff1a887127dc0f9407e426fe5c586c64b..82ec0d6d0a780846e2819dc9b7a1a1a67455a485 100644 (file)
@@ -14,6 +14,10 @@ menu "Global build settings"
                bool "Select all userspace packages by default"
                default n
 
+       config SIGNED_PACKAGES
+               bool "Cryptographically signed package lists"
+               default y
+
        comment "General build options"
 
        config DISPLAY_SUPPORT
@@ -207,7 +211,7 @@ menu "Global build settings"
        config PKG_CHECK_FORMAT_SECURITY
                bool
                prompt "Enable gcc format-security"
-               default n
+               default y
                help
                  Add -Wformat -Werror=format-security to the CFLAGS.  You can disable
                  this per package by adding PKG_CHECK_FORMAT_SECURITY:=0 in the package