Config.in 561 B

123456789101112131415161718
  1. config BR2_PACKAGE_OPENSWAN
  2. bool "openswan"
  3. depends on BROKEN # doesn't compile with current kernel headers
  4. select BR2_PACKAGE_LIBGMP
  5. select BR2_PACKAGE_MICROPERL
  6. help
  7. Openswan is an implementation of IPsec for Linux.
  8. http://openswan.org/
  9. config BR2_PACKAGE_OPENSWAN_DEBUGGING
  10. bool "debugging support"
  11. depends on BR2_PACKAGE_OPENSWAN
  12. help
  13. Enable debugging support.
  14. This is not needed if you know what you do but makes it quite
  15. hard to diagnose eventual problems.
  16. It is safe to say Yes here.