diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 18:41:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 18:41:11 +0100 |
commit | 272b9fb572a6b1f585cf6f4f4150b07f1c1537bf (patch) | |
tree | 5ede8c935478f6db39bf8efc7ea14919e58d6aa1 /package/iproute2 | |
parent | bde68f551d953927d476dc4f5ccd1c89ca001539 (diff) | |
parent | ed95e17c2e88caff425eca534a794ea0c489fc5c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iproute2')
-rw-r--r-- | package/iproute2/Makefile | 6 | ||||
-rw-r--r-- | package/iproute2/patches/patch-Makefile | 11 |
2 files changed, 3 insertions, 14 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 40522c030..4a894389f 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= iproute2 -PKG_VERSION:= 3.10.0 -PKG_RELEASE:= 3 -PKG_MD5SUM:= 45fb5427fc723a0001c72b92c931ba02 +PKG_VERSION:= 3.12.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= f87386aaaecafab95607fd10e8152c68 PKG_DESCR:= iproute2 routing control utility PKG_SECTION:= route PKG_BUILDDEP:= iptables libnl linux-atm diff --git a/package/iproute2/patches/patch-Makefile b/package/iproute2/patches/patch-Makefile deleted file mode 100644 index 44cda46e9..000000000 --- a/package/iproute2/patches/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- iproute2-3.10.0.orig/Makefile 2013-07-16 19:06:36.000000000 +0200 -+++ iproute2-3.10.0/Makefile 2013-10-10 15:30:09.000000000 +0200 -@@ -30,7 +30,7 @@ CC = gcc - HOSTCC = gcc - DEFINES += -D_GNU_SOURCE - CCOPTS = -O2 --WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes -+WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes - WFLAGS += -Wmissing-declarations -Wold-style-definition - - CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) |