From c31df6e995c36e2b14b74f727b8392e6c1c10afc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 4 Apr 2015 17:52:02 +0000 Subject: busybox: update to version 1.23.2 Signed-off-by: Felix Fietkau SVN-Revision: 45272 --- .../busybox/patches/004-upstream_iplink_fix.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 package/utils/busybox/patches/004-upstream_iplink_fix.patch (limited to 'package/utils/busybox/patches/004-upstream_iplink_fix.patch') diff --git a/package/utils/busybox/patches/004-upstream_iplink_fix.patch b/package/utils/busybox/patches/004-upstream_iplink_fix.patch deleted file mode 100644 index 0e25356..0000000 --- a/package/utils/busybox/patches/004-upstream_iplink_fix.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/networking/libiproute/iplink.c -+++ b/networking/libiproute/iplink.c -@@ -31,6 +31,16 @@ - #ifndef IFLA_LINKINFO - # define IFLA_LINKINFO 18 - # define IFLA_INFO_KIND 1 -+# define IFLA_INFO_DATA 2 -+#endif -+ -+#ifndef IFLA_VLAN_MAX -+# define IFLA_VLAN_ID 1 -+# define IFLA_VLAN_FLAGS 2 -+struct ifla_vlan_flags { -+ uint32_t flags; -+ uint32_t mask; -+}; - #endif - - /* taken from linux/sockios.h */ -- cgit v1.1