1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

Fixed typo, changed dependencies from depends on to select

SVN-Revision: 2662
This commit is contained in:
Florian Fainelli 2005-12-13 19:19:15 +00:00
parent 079d042a56
commit 6a6d210d12

@ -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.