kernel: add kmod packages for Broadcom bcm53xxx switch support
[openwrt/.git] / package / network / services / openvpn / Config-openssl.in
index 66861219dfde64acb6e88cba1822bd6dd461d1eb..f2b618eff1e55923438e61bf2f02b9942115543e 100644 (file)
@@ -4,6 +4,10 @@ config OPENVPN_openssl_ENABLE_LZO
        bool "Enable LZO compression support"
        default y
 
+config OPENVPN_openssl_ENABLE_LZ4
+       bool "Enable LZ4 compression support"
+       default y
+
 config OPENVPN_openssl_ENABLE_X509_ALT_USERNAME
        bool "Enable the --x509-username-field feature"
        default n
@@ -24,14 +28,6 @@ config OPENVPN_openssl_ENABLE_MANAGEMENT
 #      bool "Enable pkcs11 support"
 #      default n
 
-config OPENVPN_openssl_ENABLE_HTTP
-       bool "Enable HTTP proxy support"
-       default y
-
-config OPENVPN_openssl_ENABLE_SOCKS
-       bool "Enable SOCKS proxy support"
-       default y
-
 config OPENVPN_openssl_ENABLE_FRAGMENT
        bool "Enable internal fragmentation support (--fragment)"
        default y
@@ -56,4 +52,11 @@ config OPENVPN_openssl_ENABLE_IPROUTE2
        bool "Enable support for iproute2"
        default n
 
+config OPENVPN_openssl_ENABLE_SMALL
+       bool "Enable size optimization"
+       default y
+       help
+         enable smaller executable size (disable OCC, usage
+         message, and verb 4 parm list)
+
 endif