X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5c8213223823a105aa0af8e771789f6312cfd96c..4a2c2afc1caf9336bdc1af08fcff76bcbf008b26:/openwrt/package/iptables/Makefile diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index f8c0723a7..ffaef0058 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -1,9 +1,12 @@ +# $Id$ + include $(TOPDIR)/rules.mk include kernelconfig.mk PKG_NAME := iptables -PKG_VERSION := 1.2.11 +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) - $(WGET) -P $(DL_DIR) $(PKG_SOURCE_SITE)/$(PKG_SOURCE_FILE) + $(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