2
1

Config.in 518 B

12345678910111213141516171819
  1. config BR2_PACKAGE_OPENSWAN
  2. bool "openswan"
  3. default n
  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. default n
  12. depends on BR2_PACKAGE_OPENSWAN
  13. help
  14. Enable debugging support.
  15. This is not needed if you know what you do but makes it quite
  16. hard to diagnose eventual problems.
  17. It is safe to say Yes here.