aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-28 10:42:56 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-28 10:42:56 +0000
commit5baf4fe290301a7ac39a3a82df4e91446c6d726d (patch)
treea8f19e30a4a00e6b6a45cd471ea002d4d982a7ed /package/firewall/Makefile
parent4ce9fd34457db66ad031c6f91c6cb993fc3b6bbc (diff)
downloadmaster-187ad058-5baf4fe290301a7ac39a3a82df4e91446c6d726d.tar.gz
master-187ad058-5baf4fe290301a7ac39a3a82df4e91446c6d726d.tar.bz2
master-187ad058-5baf4fe290301a7ac39a3a82df4e91446c6d726d.zip
[package] fireall:
- support negations for src_ip, dest_ip, src_dip options in rules and redirects - add NOTRACK target to rule sections, allows to define fine grained notrack rules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23141 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 511fbe9aeb..82ae04757f 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:=17
+PKG_RELEASE:=18
include $(INCLUDE_DIR)/package.mk