diff options
author | Luka Perkov <luka@openwrt.org> | 2013-05-14 23:49:34 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-05-14 23:49:34 +0000 |
commit | 6f7b2ac2c671c61349340f6a334d79a606a77c11 (patch) | |
tree | 8d767b0f1dfbcab213271d74e3ab350b11421a1a /package/network/utils/iproute2/Makefile | |
parent | 5349a138da5073b199f68a3570e40fc6580b21d6 (diff) | |
download | upstream-6f7b2ac2c671c61349340f6a334d79a606a77c11.tar.gz upstream-6f7b2ac2c671c61349340f6a334d79a606a77c11.tar.bz2 upstream-6f7b2ac2c671c61349340f6a334d79a606a77c11.zip |
[package] iproute2: upgrade to 3.9.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36638 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a875ffc76b..8e25f867b2 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=3.7.0 -PKG_RELEASE:=2 +PKG_VERSION:=3.9.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ -PKG_MD5SUM:=47040899f8fa30c8721fc5aec6509b44 +PKG_MD5SUM:=b53376db94c8d66f9d540c69ed84f13b PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) |