openvpn: update to 2.4_rc2
[openwrt/staging/blogic.git] / package / network / services / openvpn / Config-nossl.in
index 98cba25cc08b172e87cf72653a16b4aed2018c20..199cda01595466d0f8a6f62d59604caadd61904f 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
@@ -44,4 +48,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