diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-20 06:14:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-20 06:14:24 +0000 |
commit | ff483c2cf604cf2bffb9a76a0190ef5c9d14c776 (patch) | |
tree | 3b4c60e623b102e4eadafa508b6f2f49c56fc9b1 | |
parent | 84e9706d095269ae8446eee57bfa6484539fc01c (diff) | |
download | upstream-ff483c2cf604cf2bffb9a76a0190ef5c9d14c776.tar.gz upstream-ff483c2cf604cf2bffb9a76a0190ef5c9d14c776.tar.bz2 upstream-ff483c2cf604cf2bffb9a76a0190ef5c9d14c776.zip |
iproute2: cleanup Makefile after r21513
SVN-Revision: 21514
-rw-r--r-- | package/iproute2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index ce6afdcd21..b8f386ecf0 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -8,13 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -#PKG_VERSION:=2.6.29-1 PKG_VERSION:=2.6.31 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://devresources.linux-foundation.org/dev/iproute2/download/ -#PKG_MD5SUM:=c1bc258a6c345905e79935ac7a3cc582 PKG_MD5SUM:=230f35282a95451622f3e8394f9cd80a PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) |