X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/62117906f225cc10689c4e85ebfcbaeb8cf6a57e..fb116f88c21d0d3f21ae7615721fbfb634ae842b:/openwrt/package/openvpn/Config.in diff --git a/openwrt/package/openvpn/Config.in b/openwrt/package/openvpn/Config.in index 860a39f03..3feffa301 100644 --- a/openwrt/package/openvpn/Config.in +++ b/openwrt/package/openvpn/Config.in @@ -38,4 +38,16 @@ config BR2_COMPILE_OPENVPN_WITH_LZO depends BR2_PACKAGE_OPENVPN select BR2_PACKAGE_LIBLZO +config BR2_COMPILE_OPENVPN_WITH_PASSWORD_SAVE + prompt "Enable password saving" + bool + default y + depends BR2_PACKAGE_OPENVPN + +config BR2_COMPILE_OPENVPN_WITH_SMALL + prompt "Enable smaller executable size (disable OCC, usage message, and verb 4 parm list)" + bool + default n + depends BR2_PACKAGE_OPENVPN + endmenu