diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-21 08:12:49 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-21 08:12:49 +0000 |
commit | ec8fa5540e88f076526bfaa388c8a4d406e37bff (patch) | |
tree | 9746d68e62ad8ee899d82224609b6e7924364e40 /openwrt/package/iproute2/Makefile | |
parent | 0d8d0c34edda6c930a1dcda0f057ac514ef90f80 (diff) |
add md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iproute2/Makefile')
-rw-r--r-- | openwrt/package/iproute2/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/openwrt/package/iproute2/Makefile b/openwrt/package/iproute2/Makefile index 313435a47..e44212906 100644 --- a/openwrt/package/iproute2/Makefile +++ b/openwrt/package/iproute2/Makefile @@ -1,13 +1,12 @@ -############################################################# -# -# iproute2 -# -############################################################# +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 PKG_VERSION:=2.6.9 PKG_RELEASE:=1 +PKG_MD5SUM:=4b3f335b0139cb909c6a2ae8bf72e548 + PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/ PKG_SOURCE:=$(PKG_NAME)-2.6.9-041019.tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-2.6.9 @@ -20,7 +19,7 @@ PKG_TC:=$(PACKAGE_DIR)/tc_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk PKG_TC_DIR:=$(PKG_BUILD_DIR)/ipkg/tc $(DL_DIR)/$(PKG_SOURCE): - $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE) x $(PKG_SOURCE_URL) + $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE) $(PKG_MD5SUM) $(PKG_SOURCE_URL) $(PKG_BUILD_DIR)/.patched: $(DL_DIR)/$(PKG_SOURCE) $(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - |