summaryrefslogtreecommitdiffstats
path: root/package/openswan/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-22 11:29:52 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-22 11:29:52 +0000
commit8576c4495f56358046b322db5737cc08df659a1e (patch)
tree6a5b3492d00c71fa23a1fb302cda603757329d6e /package/openswan/Config.in
parent82b3f197b03648103c973f2950926dc0837fe8ed (diff)
downloadbuildroot-novena-8576c4495f56358046b322db5737cc08df659a1e.tar.gz
buildroot-novena-8576c4495f56358046b322db5737cc08df659a1e.zip
- add option to enable debugging support
Diffstat (limited to 'package/openswan/Config.in')
-rw-r--r--package/openswan/Config.in10
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.
+