diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-16 17:40:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-16 17:40:49 +0000 |
commit | 61863b4bedbc70aa95d29f53fed9325f493c73a1 (patch) | |
tree | ffc7f30979e8e965ef6108918cb14df7e10498ce /package/iptables/Makefile | |
parent | 25efcf15fe847d2962b99c87b79bc1bfb134c5cf (diff) | |
download | mtk-20170518-61863b4bedbc70aa95d29f53fed9325f493c73a1.zip mtk-20170518-61863b4bedbc70aa95d29f53fed9325f493c73a1.tar.gz mtk-20170518-61863b4bedbc70aa95d29f53fed9325f493c73a1.tar.bz2 |
Finally fix iptables -m conntrack (#988), bump release numnber
SVN-Revision: 13235
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index c62d974..3390b1d 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -13,7 +13,7 @@ PKG_NAME:=iptables ifeq ($(CONFIG_LINUX_2_4),y) PKG_VERSION:=1.3.8 - PKG_RELEASE:=3 + PKG_RELEASE:=4 PKG_MD5SUM:=0a9209f928002e5eee9cdff8fef4d4b3 MAKE_TARGETS:=experimental install-experimental endif |