Config.in 405 B

1234567891011121314
  1. config BR2_PACKAGE_OPENSWAN
  2. bool "openswan"
  3. depends on BR2_USE_MMU # iproute2
  4. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # iproute2
  5. select BR2_PACKAGE_GMP
  6. select BR2_PACKAGE_IPROUTE2
  7. help
  8. Openswan is an implementation of IPsec for Linux
  9. http://www.openswan.org
  10. comment "openswan needs a toolchain w/ headers >= 3.4"
  11. depends on BR2_USE_MMU
  12. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4