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 | d1c86c57e10b47600ce3152538eb9d323d789521 (patch) | |
tree | 4e4aa55788a9d4827d6196100a120d92dd7da003 /package/iptables/Makefile | |
parent | 86ae448cacce1a2cb1c5091ee54a6ff968b1a068 (diff) | |
download | master-187ad058-d1c86c57e10b47600ce3152538eb9d323d789521.tar.gz master-187ad058-d1c86c57e10b47600ce3152538eb9d323d789521.tar.bz2 master-187ad058-d1c86c57e10b47600ce3152538eb9d323d789521.zip |
Finally fix iptables -m conntrack (#988), bump release numnber
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13235 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c62d9741a1..3390b1d197 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 |