openvpn: update to 2.4.9
[openwrt/openwrt.git] / package / network / services / openvpn / Config-nossl.in
index 98cba25cc08b172e87cf72653a16b4aed2018c20..79140ad5d1a06c27400db51ea0b1bd9158aca928 100644 (file)
@@ -4,6 +4,10 @@ config OPENVPN_nossl_ENABLE_LZO
        bool "Enable LZO compression support"
        default y
 
+config OPENVPN_nossl_ENABLE_LZ4
+       bool "Enable LZ4 compression support"
+       default y
+
 config OPENVPN_nossl_ENABLE_SERVER
        bool "Enable server support (otherwise only client mode is support)"
        default y
@@ -12,14 +16,6 @@ config OPENVPN_nossl_ENABLE_MANAGEMENT
        bool "Enable management server support"
        default n
 
-config OPENVPN_nossl_ENABLE_HTTP
-       bool "Enable HTTP proxy support"
-       default y
-
-config OPENVPN_nossl_ENABLE_SOCKS
-       bool "Enable SOCKS proxy support"
-       default y
-
 config OPENVPN_nossl_ENABLE_FRAGMENT
        bool "Enable internal fragmentation support (--fragment)"
        default y
@@ -44,4 +40,11 @@ config OPENVPN_nossl_ENABLE_IPROUTE2
        bool "Enable support for iproute2"
        default n
 
+config OPENVPN_nossl_ENABLE_SMALL
+       bool "Enable size optimization"
+       default y
+       help
+         enable smaller executable size (disable OCC, usage
+         message, and verb 4 parm list)
+
 endif