diff options
author | Steven Barth <steven@midlink.org> | 2015-02-17 14:14:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-02-17 14:14:39 +0000 |
commit | 813b8624b5dca8e58b8a3b127c62e1c9b899a272 (patch) | |
tree | 548ba6a72e996330fd55157f78b47825e26a1d58 /package/network/utils/iproute2/Makefile | |
parent | 6b1d5b906cefd016ce9dea7d02b0b68a1b59d1c4 (diff) | |
download | master-187ad058-813b8624b5dca8e58b8a3b127c62e1c9b899a272.tar.gz master-187ad058-813b8624b5dca8e58b8a3b127c62e1c9b899a272.tar.bz2 master-187ad058-813b8624b5dca8e58b8a3b127c62e1c9b899a272.zip |
iproute2: bump version from v3.18.0 to v3.19.0
with refreshed patches
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44479 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index ad14ac4484..56d2897e2a 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.18.0 +PKG_VERSION:=3.19.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ -PKG_MD5SUM:=6f6ad51a00007880460e103367b16057 +PKG_MD5SUM:=237083a1e3c388cde7a115a5724dc72a PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0 |