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
commit6922eff85b8124b17cb712f648078e38c92c82d9 (patch)
treef7a9b2469c8f73ebf873cd8d4a10005697012740 /package/firewall/Makefile
parentfb3d86147c1e48d0ca349c7e5c2fa2fef9bbdd82 (diff)
downloadupstream-6922eff85b8124b17cb712f648078e38c92c82d9.tar.gz
upstream-6922eff85b8124b17cb712f648078e38c92c82d9.tar.bz2
upstream-6922eff85b8124b17cb712f648078e38c92c82d9.zip
[package] firewall: make ESTABLISHED,RELATED rules match before INVALID, use conntrack instead of state match (#10038)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28148 3c298f89-4303-0410-b956-a3cf2f4a3e73
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