mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-08 09:17:29 +03:00
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
This commit is contained in:
parent
9a26c43ca3
commit
4ce864fa34
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user