blob: e6cd07e464d3aa66eb0588f9e7b1839c2ed38faf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config BR2_PACKAGE_VPNC
bool "vpnc"
depends on BR2_PACKAGE_LIBGCRYPT
depends on BR2_PACKAGE_LIBGPG_ERROR
default n
help
Client for Cisco VPN concentrator
3000 Series VPN Concentrator
IOS Routers
PIX/ASA Zecurity Appliances
Juniper/Netscreen
http://www.unix-ag.uni-kl.de/~massar/vpnc
comment "vpnc - disabled (requires libgcrypt and libgpg_error)"
depends on !BR2_PACKAGE_LIBGCRYPT || !BR2_PACKAGE_LIBGPG_ERROR
|