summaryrefslogtreecommitdiff
path: root/recipes/busybox/busybox-1.11.3/iptunnel.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-11-04 11:48:39 +0000
committerGraeme Gregory <dp@xora.org.uk>2009-11-04 11:48:39 +0000
commit4b5a2ca27aeadda74fc48931e2a0e66ddb4ced5b (patch)
treeb88a6875af3ddbc7c61d90e3302f21e1221214f8 /recipes/busybox/busybox-1.11.3/iptunnel.patch
parent6ccc0b7bd8208c36ed7f581c0f9e45df7e686468 (diff)
parent2f0ed0594046903fb8033852e05a0de6b1f02914 (diff)
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/busybox/busybox-1.11.3/iptunnel.patch')
-rw-r--r--recipes/busybox/busybox-1.11.3/iptunnel.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-1.11.3/iptunnel.patch b/recipes/busybox/busybox-1.11.3/iptunnel.patch
new file mode 100644
index 0000000000..18734fc527
--- /dev/null
+++ b/recipes/busybox/busybox-1.11.3/iptunnel.patch
@@ -0,0 +1,11 @@
+diff -Nurd busybox-1.11.3.orig//networking/libiproute/iptunnel.c busybox-1.11.3/networking/libiproute/iptunnel.c
+--- busybox-1.11.3.orig//networking/libiproute/iptunnel.c 2009-10-29 12:49:58.000000000 +0100
++++ busybox-1.11.3/networking/libiproute/iptunnel.c 2009-10-29 12:50:33.000000000 +0100
+@@ -21,6 +21,7 @@
+ #ifndef __constant_htons
+ #define __constant_htons htons
+ #endif
++#include <asm/byteorder.h>
+ #include <linux/if_tunnel.h>
+
+ #include "ip_common.h" /* #include "libbb.h" is inside */