diff options
author | Luka Perkov <luka@openwrt.org> | 2013-07-28 23:27:35 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-07-28 23:27:35 +0000 |
commit | 1646bd096c08dfac8123d2f36cc63383cbedb1d1 (patch) | |
tree | 7a7bc5a75882f1c6727c6bdeef4c537b25f4fb7a /package/network/utils/iproute2/Makefile | |
parent | f566115085fe8bca1708a2f2c19492421151e41c (diff) | |
download | upstream-1646bd096c08dfac8123d2f36cc63383cbedb1d1.tar.gz upstream-1646bd096c08dfac8123d2f36cc63383cbedb1d1.tar.bz2 upstream-1646bd096c08dfac8123d2f36cc63383cbedb1d1.zip |
iproute2: update to 3.10.0
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37590
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index f42cae9485..1b42517bac 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=3.9.0 -PKG_RELEASE:=3 +PKG_VERSION:=3.10.0 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ -PKG_MD5SUM:=b53376db94c8d66f9d540c69ed84f13b +PKG_MD5SUM:=45fb5427fc723a0001c72b92c931ba02 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) |