diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 14:05:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 14:05:54 +0000 |
commit | b5730c409f4a54c71ca914e71b4a8c949264666e (patch) | |
tree | f274a89e2e2b46e2349f4ffc520cb66f450d8901 /package/iproute2/Makefile | |
parent | 7dc435ea2965a0219c3a4e8b2a717030a30b4cad (diff) | |
download | upstream-b5730c409f4a54c71ca914e71b4a8c949264666e.tar.gz upstream-b5730c409f4a54c71ca914e71b4a8c949264666e.tar.bz2 upstream-b5730c409f4a54c71ca914e71b4a8c949264666e.zip |
upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
SVN-Revision: 16777
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r-- | package/iproute2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index a5d90f5a58..da18b4b0fc 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=2.6.25 +PKG_VERSION:=2.6.29-1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://devresources.linux-foundation.org/dev/iproute2/download/ -PKG_MD5SUM:=5737bade2f5e03fad0e2c81da91e551e +PKG_MD5SUM:=c1bc258a6c345905e79935ac7a3cc582 PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) |