summaryrefslogtreecommitdiff
path: root/package/openvpn
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-02 00:26:52 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-02 15:46:19 +0200
commit24a7b2b06786d4d14ea1f5b5cf2ffb3430a2fb0e (patch)
tree8b8dd384afba2b7f960fb456d39eef64c55d47f6 /package/openvpn
parent17a64091553c08d404917f37453555d674d9b324 (diff)
change all 'depends' lines to 'depends on' ones
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
Diffstat (limited to 'package/openvpn')
-rw-r--r--package/openvpn/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/openvpn/Config.in b/package/openvpn/Config.in
index 18fd4f298..28d9696a2 100644
--- a/package/openvpn/Config.in
+++ b/package/openvpn/Config.in
@@ -15,19 +15,19 @@ config ADK_COMPILE_OPENVPN_WITH_SERVER
prompt "server support.................. enable to use OpenVPN as server"
bool
default y
- depends ADK_PACKAGE_OPENVPN
+ depends on ADK_PACKAGE_OPENVPN
config ADK_COMPILE_OPENVPN_WITH_HTTP
prompt "enable http proxy support....... allow tunneling through http-proxy"
bool
default y
- depends ADK_PACKAGE_OPENVPN
+ depends on ADK_PACKAGE_OPENVPN
config ADK_COMPILE_OPENVPN_WITH_OPENSSL
prompt "enable openssl.................. encryption support"
bool
default y
- depends ADK_PACKAGE_OPENVPN
+ depends on ADK_PACKAGE_OPENVPN
select ADK_PACKAGE_LIBOPENSSL
help
if unsure say "y" you really want that!
@@ -36,27 +36,27 @@ config ADK_COMPILE_OPENVPN_WITH_LZO
prompt "enable lzo...................... Enable transparent compression"
bool
default y
- depends ADK_PACKAGE_OPENVPN
+ depends on ADK_PACKAGE_OPENVPN
select ADK_PACKAGE_LIBLZO
config ADK_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
prompt "Enable password saving.......... allow to read passwords for PKCS12 from file"
bool
default y
- depends ADK_PACKAGE_OPENVPN
+ depends on ADK_PACKAGE_OPENVPN
config ADK_COMPILE_OPENVPN_WITH_SMALL
prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list"
bool
default n
- depends ADK_PACKAGE_OPENVPN
+ depends on ADK_PACKAGE_OPENVPN
config ADK_PACKAGE_OPENVPN_EASY_RSA
prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
tristate
default n
select ADK_PACKAGE_OPENSSL_UTIL
- depends ADK_PACKAGE_OPENVPN
+ depends on ADK_PACKAGE_OPENVPN
help
collection of shell scripts to manage a simple CA infrastructure