瀏覽代碼

update iproute2

Waldemar Brodkorb 11 年之前
父節點
當前提交
4c532dedb6
共有 2 個文件被更改,包括 3 次插入14 次删除
  1. 3 3
      package/iproute2/Makefile
  2. 0 11
      package/iproute2/patches/patch-Makefile

+ 3 - 3
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

+ 0 - 11
package/iproute2/patches/patch-Makefile

@@ -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)