blob: f3c41e09a07e4987ea663ce255ed8fe9f729df03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config BR2_PACKAGE_VPNC
bool "vpnc"
depends BR2_PACKAGE_LIBGCRYPT
depends 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 !BR2_PACKAGE_LIBGCRYPT || !BR2_PACKAGE_LIBGPG_ERROR
|