diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-23 20:34:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-23 20:34:54 +0200 |
commit | 7a8d72019f950b292ffb5cdb6e2a265e7b3ca032 (patch) | |
tree | 21968882446f57202d4120ca290e4b0a57c3cce6 /package | |
parent | 7fa2698c3561230b58491222c44e43f20aa5286b (diff) |
iproute2: update to 4.10.0
Diffstat (limited to 'package')
-rw-r--r-- | package/iproute2/Makefile | 4 | ||||
-rw-r--r-- | package/iproute2/patches/patch-Makefile | 6 | ||||
-rw-r--r-- | package/iproute2/patches/patch-netem_Makefile | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 718cb035a..5482b525a 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= iproute2 -PKG_VERSION:= 4.9.0 +PKG_VERSION:= 4.10.0 PKG_RELEASE:= 1 -PKG_HASH:= c0f30f043f7767cc1b2cd2197b08d4e9b2392c95823fabe30bbce308c30116c4 +PKG_HASH:= 22b1e1c1fc704ad35837e5a66103739727b8b48ac90b48c13f79b7367ff0a9a8 PKG_DESCR:= routing control utility PKG_SECTION:= net/route PKG_BUILDDEP:= iptables libnl linux-atm diff --git a/package/iproute2/patches/patch-Makefile b/package/iproute2/patches/patch-Makefile index 42d2fa409..7b6897065 100644 --- a/package/iproute2/patches/patch-Makefile +++ b/package/iproute2/patches/patch-Makefile @@ -1,6 +1,6 @@ ---- iproute2-4.9.0.orig/Makefile 2016-12-13 00:07:42.000000000 +0100 -+++ iproute2-4.9.0/Makefile 2016-12-26 01:29:53.041215929 +0100 -@@ -34,16 +34,16 @@ ADDLIB+=ipx_ntop.o ipx_pton.o +--- iproute2-4.10.0.orig/Makefile 2017-02-20 17:47:52.000000000 +0100 ++++ iproute2-4.10.0/Makefile 2017-04-23 20:17:20.972119072 +0200 +@@ -40,16 +40,16 @@ ADDLIB+=ipx_ntop.o ipx_pton.o #options for mpls ADDLIB+=mpls_ntop.o mpls_pton.o diff --git a/package/iproute2/patches/patch-netem_Makefile b/package/iproute2/patches/patch-netem_Makefile index e49ab4415..69141bd62 100644 --- a/package/iproute2/patches/patch-netem_Makefile +++ b/package/iproute2/patches/patch-netem_Makefile @@ -1,12 +1,12 @@ ---- iproute2-2.6.37.orig/netem/Makefile 2011-01-07 18:54:30.000000000 +0100 -+++ iproute2-2.6.37/netem/Makefile 2011-02-25 19:59:34.000000000 +0100 +--- iproute2-4.10.0.orig/netem/Makefile 2017-02-20 17:47:52.000000000 +0100 ++++ iproute2-4.10.0/netem/Makefile 2017-04-23 20:23:07.404790192 +0200 @@ -1,14 +1,12 @@ DISTGEN = maketable normal pareto paretonormal DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist -HOSTCC ?= $(CC) -CCOPTS = $(CBUILD_CFLAGS) - LDLIBS += -lm + LDLIBS += -lm all: $(DISTGEN) $(DISTDATA) |