summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.17.2/busybox-1.17.2-compat.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-10-11 14:24:25 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-10-11 14:24:25 +0200
commit6156924c2b9d4afccff3be81c34ca8dce301521f (patch)
treefe0721bf561de85f02d119eb60b6898b30c406fa /package/busybox/busybox-1.17.2/busybox-1.17.2-compat.patch
parent5d73b07ee731a890e13b00b529f74b093d5ca8d4 (diff)
downloadbuildroot-novena-6156924c2b9d4afccff3be81c34ca8dce301521f.tar.gz
buildroot-novena-6156924c2b9d4afccff3be81c34ca8dce301521f.zip
busybox: bump 1.17.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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.patch15
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 */
-