summaryrefslogtreecommitdiff
path: root/package/openswan/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-02-08 17:20:41 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-02-08 17:26:16 +0100
commit5223447b8bfb49607ab8b1374e4ec01d6f8e6dc2 (patch)
tree21c7ca0c8bcd56e3666991d7c85add78283ea62a /package/openswan/Config.in
parent7dd0591183e4f92b760ec87d8139ec596d78ac27 (diff)
package: remove openswan
As noticed back when it was marked as broken 1 year ago. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/openswan/Config.in')
-rw-r--r--package/openswan/Config.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/openswan/Config.in b/package/openswan/Config.in
deleted file mode 100644
index 072e67bdd..000000000
--- a/package/openswan/Config.in
+++ /dev/null
@@ -1,18 +0,0 @@
-config BR2_PACKAGE_OPENSWAN
- bool "openswan"
- depends on BROKEN # doesn't compile with current kernel headers
- select BR2_PACKAGE_LIBGMP
- select BR2_PACKAGE_MICROPERL
- help
- Openswan is an implementation of IPsec for Linux.
- http://openswan.org/
-
-config BR2_PACKAGE_OPENSWAN_DEBUGGING
- bool "debugging support"
- 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.
-