Fixed typo, changed dependencies from depends on to select

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2662 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2005-12-13 19:19:15 +00:00
parent 51e1e5663c
commit 6efbcb797f
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
config BR2_PACKAGE_VPNC config BR2_PACKAGE_VPNC
prompt "vpnc............................. VPN client for Cisco 3000" prompt "vpnc.............................. VPN client for Cisco 3000"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends on BR2_PACKAGE_KMOD_TUN select BR2_PACKAGE_KMOD_TUN
depends on BR2_PACKAGE_LIBGPG_ERROR select BR2_PACKAGE_LIBGPG_ERROR
depends on BR2_PACKAGE_LIBGCRYPT select BR2_PACKAGE_LIBGCRYPT
help help
Client for cisco3000 VPN Concentrator. Client for cisco3000 VPN Concentrator.