diff options
Diffstat (limited to 'package/openswan/Config.in')
-rw-r--r-- | package/openswan/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openswan/Config.in b/package/openswan/Config.in index b301875c0..e9e682857 100644 --- a/package/openswan/Config.in +++ b/package/openswan/Config.in @@ -7,3 +7,13 @@ config BR2_PACKAGE_OPENSWAN Openswan is an implementation of IPsec for Linux. http://openswan.org/ +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. + |