openvpn: make size optimization configurable
[openwrt/openwrt.git] / package / network / services / openvpn / Config-polarssl.in
index 64c44972412c5ed5533b6a02d2f11543a0029966..26692ce04de775e967ccde33af6a46d8afa43a54 100644 (file)
@@ -56,4 +56,11 @@ config OPENVPN_polarssl_ENABLE_IPROUTE2
        bool "Enable support for iproute2"
        default n
 
+config OPENVPN_polarssl_ENABLE_SMALL
+       bool "Enable size optimization"
+       default y
+       help
+         enable smaller executable size (disable OCC, usage
+         message, and verb 4 parm list)
+
 endif