aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2008-01-08 22:28:35 +0000
committerTim Yardley <lst@openwrt.org>2008-01-08 22:28:35 +0000
commit6394df1d83aa4594693a66829d2723d56a563e99 (patch)
tree8bee4fd6a3ca1b34414b825d4578da57d4720359 /package/iproute2/Makefile
parentf64edbd3ebdbf6f133b5412ffb2ee8672a193702 (diff)
downloadupstream-6394df1d83aa4594693a66829d2723d56a563e99.tar.gz
upstream-6394df1d83aa4594693a66829d2723d56a563e99.tar.bz2
upstream-6394df1d83aa4594693a66829d2723d56a563e99.zip
updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 65557f274b..7aeb2b8356 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -9,14 +9,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
-PKG_VERSION:=2.6.20-070313
+PKG_VERSION:=2.6.23
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/
-PKG_MD5SUM:=7bc5883aadf740761fa2dd70b661e8cc
+PKG_MD5SUM:=
-PKG_BUILD_DIR:=$(BUILD_DIR)/iproute-$(PKG_VERSION)
+PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk