scripts: always check certificates
[openwrt/staging/jow.git] / config / Config-build.in
index ef1a10c28dce49abf34f38843830f4b957b33e2e..2eded2b288424be38a7035dda6b85cf4a1265d2d 100644 (file)
@@ -58,6 +58,10 @@ menu "Global build settings"
                bool "Enable signature checking in opkg"
                default SIGNED_PACKAGES
 
+       config DOWNLOAD_CHECK_CERTIFICATE
+               bool "Enable TLS certificate verification during package download"
+               default y
+
        comment "General build options"
 
        config TESTING_KERNEL
@@ -150,11 +154,7 @@ menu "Global build settings"
                  Adds -g3 to the CFLAGS.
 
        config IPV6
-               bool
-               prompt "Enable IPv6 support in packages"
-               default y
-               help
-                 Enables IPv6 support in kernel (builtin) and packages.
+               def_bool y
 
        comment "Stripping options"