X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7d438b2bf24dd509a661f8d4aa220e87fa0e050b..1f96d69f566aa785c0f0fb4fb25e6198a96bb4c3:/openwrt/package/iptables/Makefile diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index b9f7d552b..e40fa8e7d 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include kernelconfig.mk PKG_NAME:=iptables -PKG_VERSION:=1.3.1 +PKG_VERSION:=1.3.3 PKG_RELEASE:=1 -PKG_MD5SUM:=c3358a3bd0d7755df0b64a5063db296b +PKG_MD5SUM:=86d88455520cfdc56fd7ae27897a80a4 PKG_SOURCE_URL:=http://www.netfilter.org/files \ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ @@ -84,5 +84,5 @@ uninstall-dev: rm -rf $(STAGING_DIR)/usr/include/libipq.h rm -rf $(STAGING_DIR)/usr/lib/libipq.a -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev