2006-11-28 17:59:17 +01:00
|
|
|
config BR2_PACKAGE_OPENSWAN
|
|
|
|
bool "openswan"
|
|
|
|
default n
|
|
|
|
select BR2_PACKAGE_LIBGMP
|
|
|
|
select BR2_PACKAGE_MICROPERL
|
|
|
|
help
|
|
|
|
Openswan is an implementation of IPsec for Linux.
|
|
|
|
http://openswan.org/
|
|
|
|
|
2006-12-22 12:29:52 +01:00
|
|
|
config BR2_PACKAGE_OPENSWAN_DEBUGGING
|
|
|
|
bool "debugging support"
|
|
|
|
default n
|
|
|
|
depends on BR2_PACKAGE_OPENSWAN
|
|
|
|
help
|
|
|
|
Enable debugging support.
|
|
|
|
This is not needed if you know what you do but makes it quite
|
|
|
|
hard to diagnose eventual problems.
|
|
|
|
It is safe to say Yes here.
|
|
|
|
|