aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-09-01 20:37:22 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-09-01 20:37:22 +0000
commit995face56d5d8f701a505dd2ed9d827a69384675 (patch)
treeb6846ca303d2a712137fbd1ad8bb1f83703273b2 /package/firewall/Makefile
parent99e422472c4279c5a79faaa8a587b1ca33d04a5e (diff)
downloadupstream-995face56d5d8f701a505dd2ed9d827a69384675.tar.gz
upstream-995face56d5d8f701a505dd2ed9d827a69384675.tar.bz2
upstream-995face56d5d8f701a505dd2ed9d827a69384675.zip
firewall: make ESTABLISHED,RELATED rules match before INVALID, use conntrack instead of state match (#10038)
SVN-Revision: 28148
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index b192ad330e..597a37e140 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=2
-PKG_RELEASE:=34
+PKG_RELEASE:=35
include $(INCLUDE_DIR)/package.mk