diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-13 20:52:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-13 20:53:14 +0200 |
commit | 4d163860e1f5484d99d498439f6d531993d3d38c (patch) | |
tree | d97565715b689160ba71b3931222f5a647995698 /package/iproute2 | |
parent | c04c879ea0ec4cc817c97fb0399870ac724303e7 (diff) |
update to latest upstream
Diffstat (limited to 'package/iproute2')
-rw-r--r-- | package/iproute2/Makefile | 6 | ||||
-rw-r--r-- | package/iproute2/patches/patch-bridge_fdb_c | 10 | ||||
-rw-r--r-- | package/iproute2/patches/patch-misc_lnstat_h | 10 |
3 files changed, 3 insertions, 23 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index a8f2387d4..6975223ca 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= iproute2 -PKG_VERSION:= 3.12.0 -PKG_RELEASE:= 3 -PKG_MD5SUM:= f87386aaaecafab95607fd10e8152c68 +PKG_VERSION:= 3.15.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 5b1711c9d16071959052e369a2682d77 PKG_DESCR:= routing control utility PKG_SECTION:= net/route PKG_BUILDDEP:= iptables libnl linux-atm diff --git a/package/iproute2/patches/patch-bridge_fdb_c b/package/iproute2/patches/patch-bridge_fdb_c deleted file mode 100644 index e8e899e78..000000000 --- a/package/iproute2/patches/patch-bridge_fdb_c +++ /dev/null @@ -1,10 +0,0 @@ ---- iproute2-3.10.0.orig/bridge/fdb.c 2013-07-16 19:06:36.000000000 +0200 -+++ iproute2-3.10.0/bridge/fdb.c 2013-08-17 15:23:48.127356022 +0200 -@@ -20,6 +20,7 @@ - #include <linux/if_ether.h> - #include <linux/neighbour.h> - #include <string.h> -+#include <limits.h> - - #include "libnetlink.h" - #include "br_common.h" diff --git a/package/iproute2/patches/patch-misc_lnstat_h b/package/iproute2/patches/patch-misc_lnstat_h deleted file mode 100644 index f87c190d1..000000000 --- a/package/iproute2/patches/patch-misc_lnstat_h +++ /dev/null @@ -1,10 +0,0 @@ ---- iproute2-3.10.0.orig/misc/lnstat.h 2013-07-16 19:06:36.000000000 +0200 -+++ iproute2-3.10.0/misc/lnstat.h 2013-08-17 15:55:30.403441174 +0200 -@@ -2,6 +2,7 @@ - #define _LNSTAT_H - - #include <limits.h> -+#include <sys/time.h> - - #define LNSTAT_VERSION "0.02 041002" - |