summaryrefslogtreecommitdiff
path: root/package/busybox/patches/015-path_h_musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/patches/015-path_h_musl.patch')
-rw-r--r--package/busybox/patches/015-path_h_musl.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/015-path_h_musl.patch b/package/busybox/patches/015-path_h_musl.patch
deleted file mode 100644
index a3e581795..000000000
--- a/package/busybox/patches/015-path_h_musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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>