projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079d042
)
Fixed typo, changed dependencies from depends on to select
author
Florian Fainelli
<florian@openwrt.org>
Tue, 13 Dec 2005 19:19:15 +0000
(19:19 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 13 Dec 2005 19:19:15 +0000
(19:19 +0000)
SVN-Revision: 2662
openwrt/package/vpnc/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/vpnc/Config.in
b/openwrt/package/vpnc/Config.in
index 6727650e03cd6ba293ce1c1cec571f69ad780892..6e360a1b909ada064f29112a5d4fcaf1e6f7808a 100755
(executable)
--- a/
openwrt/package/vpnc/Config.in
+++ b/
openwrt/package/vpnc/Config.in
@@
-1,9
+1,9
@@
config BR2_PACKAGE_VPNC
- prompt "vpnc............................. VPN client for Cisco 3000"
+ prompt "vpnc.............................
.
VPN client for Cisco 3000"
tristate
default m if CONFIG_DEVEL
-
depends on
BR2_PACKAGE_KMOD_TUN
-
depends on
BR2_PACKAGE_LIBGPG_ERROR
-
depends on
BR2_PACKAGE_LIBGCRYPT
+
select
BR2_PACKAGE_KMOD_TUN
+
select
BR2_PACKAGE_LIBGPG_ERROR
+
select
BR2_PACKAGE_LIBGCRYPT
help
Client for cisco3000 VPN Concentrator.