summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-21 08:12:49 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-21 08:12:49 +0000
commitdf1d9706f4e8dc21c18dd210c16cef8620ca7efe (patch)
tree55fb2c683009b1725dbac1734733d7c6247339c5 /package/iptables
parent2e87d989d621ea1069786dc43f3b03d98e5b46c7 (diff)
add md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 910864583..ffaef0058 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -1,9 +1,12 @@
+# $Id$
+
include $(TOPDIR)/rules.mk
include kernelconfig.mk
PKG_NAME := iptables
PKG_VERSION := 1.3.0
PKG_RELEASE := 1
+PKG_MD5SUM := a072c0f09f1b289cb7af56f76407d033
PKG_SOURCE_SITE := http://www.netfilter.org/files
PKG_SOURCE_FILE := $(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -38,7 +41,7 @@ endif
$(DL_DIR)/$(PKG_SOURCE_FILE):
mkdir -p $(DL_DIR)
- $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE_FILE) x $(PKG_SOURCE_SITE)
+ $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE_FILE) $(PKG_MD5SUM) $(PKG_SOURCE_SITE)
$(PKG_BUILD_DIR)/.patched: $(DL_DIR)/$(PKG_SOURCE_FILE)
mkdir -p $(PKG_BUILD_DIR)/modules