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