diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-10-07 16:03:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-10-07 16:03:12 +0000 |
commit | a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4 (patch) | |
tree | 4ac3f975665a7f0a6ef467746a92ddf078601b17 /package/iproute2/Makefile | |
parent | ce5e1abbb778411d9f6836d2b93ad4a57ba983e1 (diff) | |
download | mtk-20170518-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.zip mtk-20170518-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.tar.gz mtk-20170518-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.tar.bz2 |
iproute2: update to 2.6.39
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
SVN-Revision: 28378
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r-- | package/iproute2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 7ffdfc0..38e493a 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=2.6.35 -PKG_RELEASE:=3 +PKG_VERSION:=2.6.39 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://devresources.linux-foundation.org/dev/iproute2/download/ -PKG_MD5SUM:=b0f281b3124bf04669e18f5fe16d4934 +PKG_MD5SUM:=8a3b6bc77c2ecf752284aa4a6fc630a6 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) |