1config BR2_PACKAGE_VPNC 2 bool "vpnc" 3 depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt 4 depends on !BR2_STATIC_LIBS # gnutls 5 depends on BR2_USE_MMU # fork() 6 depends on BR2_USE_WCHAR # gnutls 7 select BR2_PACKAGE_LIBGCRYPT 8 select BR2_PACKAGE_LIBGPG_ERROR 9 select BR2_PACKAGE_GNUTLS 10 help 11 Client for Cisco VPN concentrator 12 3000 Series VPN Concentrator 13 IOS Routers 14 PIX/ASA Zecurity Appliances 15 Juniper/Netscreen 16 17 http://www.unix-ag.uni-kl.de/~massar/vpnc 18 19comment "vpnc needs a toolchain w/ wchar, dynamic library" 20 depends on BR2_USE_MMU 21 depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS 22