summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-04 18:42:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-04 18:42:17 +0200
commitfa9bd9d822a4053714e9448adcc591b7fe38c34e (patch)
tree9aea3490973fbd9fd9d7b00c4280771d3e367b13 /package/busybox
parent45148b8b1f0028bbe494b6be11aad88b52e12ea6 (diff)
parent5c60d504c0f94471ebc5bd0d5e5785de9fa2acc1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/patches/015-path_h_musl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/patches/015-path_h_musl.patch b/package/busybox/patches/015-path_h_musl.patch
new file mode 100644
index 000000000..a3e581795
--- /dev/null
+++ b/package/busybox/patches/015-path_h_musl.patch
@@ -0,0 +1,11 @@
+diff -Nur busybox-1.20.2.orig/networking/ifplugd.c busybox-1.20.2/networking/ifplugd.c
+--- busybox-1.20.2.orig/networking/ifplugd.c 2012-07-02 16:08:25.000000000 +0200
++++ busybox-1.20.2/networking/ifplugd.c 2013-09-22 11:43:24.000000000 +0200
+@@ -34,6 +34,7 @@
+ #include "libbb.h"
+
+ #include "fix_u32.h"
++#include <paths.h>
+ #include <linux/if.h>
+ #include <linux/mii.h>
+ #include <linux/ethtool.h>