diff options
Diffstat (limited to 'package/busybox/busybox-1.17.2/busybox-1.17.2-compat.patch')
-rw-r--r-- | package/busybox/busybox-1.17.2/busybox-1.17.2-compat.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/busybox/busybox-1.17.2/busybox-1.17.2-compat.patch b/package/busybox/busybox-1.17.2/busybox-1.17.2-compat.patch deleted file mode 100644 index 3388969f6..000000000 --- a/package/busybox/busybox-1.17.2/busybox-1.17.2-compat.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urpN busybox-1.17.2/networking/libiproute/iplink.c busybox-1.17.2-compat/networking/libiproute/iplink.c ---- busybox-1.17.2/networking/libiproute/iplink.c 2010-08-23 02:44:35.000000000 +0200 -+++ busybox-1.17.2-compat/networking/libiproute/iplink.c 2010-08-30 23:31:12.000000000 +0200 -@@ -15,6 +15,11 @@ - #include "rt_names.h" - #include "utils.h" - -+#ifndef IFLA_LINKINFO -+# define IFLA_LINKINFO 18 -+# define IFLA_INFO_KIND 1 -+#endif -+ - /* taken from linux/sockios.h */ - #define SIOCSIFNAME 0x8923 /* set interface name */ - |