aboutsummaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-03-20 02:47:45 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-03-20 02:47:45 +0000
commit429b10cf1d706533aa03574c3ef33a664c840d02 (patch)
tree34516cec97541519bc90f3261b5500d98da1ca1f /package/ebtables
parent5264c0b7178db88d9e7e7abe654c4e9437e36eb6 (diff)
downloadupstream-429b10cf1d706533aa03574c3ef33a664c840d02.tar.gz
upstream-429b10cf1d706533aa03574c3ef33a664c840d02.tar.bz2
upstream-429b10cf1d706533aa03574c3ef33a664c840d02.zip
add MD5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@397 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index f79f6864c1..6df16dd778 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ebtables
PKG_VERSION:=2.0.6
PKG_RELEASE:=1
+PKG_MD5SUM:=c4559af2366c764c6c42a3fdd40d60d3
PKG_SOURCE_URL:=@SF/ebtables
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION)
@@ -16,7 +17,7 @@ PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
$(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)/.unpacked: $(DL_DIR)/$(PKG_SOURCE)
$(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -