aboutsummaryrefslogtreecommitdiffstats
path: root/package/openswan/patches
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-06-17 15:16:21 +0000
committerNicolas Thill <nico@openwrt.org>2006-06-17 15:16:21 +0000
commitcde7ef3418e2a150110a5cf47adecf0a99303ab0 (patch)
treef6d98c08c8073c516ce97090d9b74ce43c12f59a /package/openswan/patches
parented256546f07b803ba70d7e661bc210d01c8d05ef (diff)
downloadupstream-cde7ef3418e2a150110a5cf47adecf0a99303ab0.tar.gz
upstream-cde7ef3418e2a150110a5cf47adecf0a99303ab0.tar.bz2
upstream-cde7ef3418e2a150110a5cf47adecf0a99303ab0.zip
move openswan from target/linux/package to package/.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3974 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/patches')
-rw-r--r--package/openswan/patches/101-arp_header.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/openswan/patches/101-arp_header.patch b/package/openswan/patches/101-arp_header.patch
new file mode 100644
index 0000000000..7375f65a48
--- /dev/null
+++ b/package/openswan/patches/101-arp_header.patch
@@ -0,0 +1,11 @@
+diff -Nur openswan-2.4.5rc5/linux/net/ipsec/ipsec_tunnel.c openswan-2.4.5rc5.patched/linux/net/ipsec/ipsec_tunnel.c
+--- openswan-2.4.5rc5/linux/net/ipsec/ipsec_tunnel.c 2005-11-22 05:11:52.000000000 +0100
++++ openswan-2.4.5rc5.patched/linux/net/ipsec/ipsec_tunnel.c 2006-03-29 01:13:35.000000000 +0200
+@@ -33,6 +33,7 @@
+ #include <linux/types.h> /* size_t */
+ #include <linux/interrupt.h> /* mark_bh */
+
++#include <net/arp.h>
+ #include <net/tcp.h>
+ #include <net/udp.h>
+ #include <linux/skbuff.h>