Config.in 614 B

123456789101112131415161718192021
  1. config 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. http://www.unix-ag.uni-kl.de/~massar/vpnc
  17. comment "vpnc needs a toolchain w/ wchar, dynamic library"
  18. depends on BR2_USE_MMU
  19. depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS