summaryrefslogtreecommitdiff
path: root/openwrt/package/openvpn/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-19 13:14:02 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-19 13:14:02 +0000
commit82648a952273abfca722c066039b66aa5919991c (patch)
tree165b52386bfb581496522983bcd1a4d00ed120c7 /openwrt/package/openvpn/Config.in
parent98b32a264e1468e10a818c07844f65e73ed2eb7f (diff)
Backport openvpn freatures from kamikaze to whiterussian
Add easy-rsa package to openvpn, closes #541 Fix kmod-ipip module (wrong kernel extension) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3800 3c298f89-4303-0410-b956-a3cf2f4a3e73
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