summaryrefslogtreecommitdiffstats
path: root/package/vpnc
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-19 19:06:25 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-19 19:06:25 +0000
commita5ac61715b70ef628e1239e92ffd7aae859e8294 (patch)
tree15728d9cc383c794196d671ad8262fc1d364e7e8 /package/vpnc
parent9991e8c7fbd18bf12af66b7cf040d2d7de3ed6c0 (diff)
downloadbuildroot-novena-a5ac61715b70ef628e1239e92ffd7aae859e8294.tar.gz
buildroot-novena-a5ac61715b70ef628e1239e92ffd7aae859e8294.zip
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
Diffstat (limited to 'package/vpnc')
-rw-r--r--package/vpnc/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/vpnc/Config.in b/package/vpnc/Config.in
index f3c41e09a..e6cd07e46 100644
--- a/package/vpnc/Config.in
+++ b/package/vpnc/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_VPNC
bool "vpnc"
- depends BR2_PACKAGE_LIBGCRYPT
- depends BR2_PACKAGE_LIBGPG_ERROR
+ depends on BR2_PACKAGE_LIBGCRYPT
+ depends on BR2_PACKAGE_LIBGPG_ERROR
default n
help
Client for Cisco VPN concentrator
@@ -13,4 +13,4 @@ config BR2_PACKAGE_VPNC
http://www.unix-ag.uni-kl.de/~massar/vpnc
comment "vpnc - disabled (requires libgcrypt and libgpg_error)"
- depends !BR2_PACKAGE_LIBGCRYPT || !BR2_PACKAGE_LIBGPG_ERROR
+ depends on !BR2_PACKAGE_LIBGCRYPT || !BR2_PACKAGE_LIBGPG_ERROR