summaryrefslogtreecommitdiff
path: root/package/busybox/patches/013-musl.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:18:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:18:39 +0200
commita8fcbeb4ae4503c85ccc0c7d646ae88f6fa0e66e (patch)
tree19a8aec53eacc81a6a6e63cc86dc0d946086ef07 /package/busybox/patches/013-musl.patch
parenta222d6dbd80ab5fba31081fc9bea5f67b941d94f (diff)
parentf04227421063498a88707c43ec80b2b70d9b8d83 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/patches/013-musl.patch')
-rw-r--r--package/busybox/patches/013-musl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/patches/013-musl.patch b/package/busybox/patches/013-musl.patch
new file mode 100644
index 000000000..af3d05141
--- /dev/null
+++ b/package/busybox/patches/013-musl.patch
@@ -0,0 +1,11 @@
+diff -Nur busybox-1.20.2.orig/networking/libiproute/iplink.c busybox-1.20.2/networking/libiproute/iplink.c
+--- busybox-1.20.2.orig/networking/libiproute/iplink.c 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/networking/libiproute/iplink.c 2013-08-12 13:00:33.000000000 +0200
+@@ -5,7 +5,6 @@
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
+ */
+ #include <net/if.h>
+-#include <net/if_packet.h>
+ #include <netpacket/packet.h>
+ #include <netinet/if_ether.h>
+