Fixed typo, changed dependencies from depends on to select
SVN-Revision: 2662
This commit is contained in:
parent
079d042a56
commit
6a6d210d12
1 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue