summaryrefslogtreecommitdiff
path: root/openwrt/package/openvpn/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/openvpn/Config.in')
-rw-r--r--openwrt/package/openvpn/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/openvpn/Config.in b/openwrt/package/openvpn/Config.in
index 3feffa3016..e8c88e726a 100644
--- a/openwrt/package/openvpn/Config.in
+++ b/openwrt/package/openvpn/Config.in
@@ -12,6 +12,17 @@ config BR2_PACKAGE_OPENVPN
Depends: kmod-tun, libpthread
+config BR2_PACKAGE_OPENVPN_EASY_RSA
+ prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_OPENSSL_UTIL
+ depends on BR2_PACKAGE_OPENVPN
+ help
+ collection of shell scripts to manage a simple CA infrastructure
+
+ Depends: openpvn, openssl-util
+
config BR2_COMPILE_OPENVPN_WITH_SERVER
prompt "Enable server support"
bool