X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/40faa2b2ed5f66f91d8ee98855e4bb8079671c01..e3ec0c6b41c4ae7cff0e662b2396dee2c66a5f44:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 1879454c6..b50ba1d59 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables -PKG_VERSION:=1.4.3.2 +PKG_VERSION:=1.4.4 PKG_RELEASE:=1 -PKG_MD5SUM:=545698693b636cfc844aafc6729fd48a +PKG_MD5SUM:=08cd9196881657ea0615d926334cb7e9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ @@ -20,9 +20,9 @@ PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ ifeq ($(CONFIG_EXTERNAL_KERNEL_TREE),) -PATCH_DIR:=./patches/$(PKG_VERSION) -else PATCH_DIR:= +else +PATCH_DIR:=./patches/$(PKG_VERSION) endif PKG_FIXUP = libtool