summaryrefslogtreecommitdiffstats
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
commit6a335579b8e63886c2beed4aee72ab2f335a7d2e (patch)
tree01abaef74996070e6b60c987b51d9a12da73dbff /package/firewall/Makefile
parent2fdc8aea047bcc7ca142e2fc960263647e79eda1 (diff)
downloadmaster-31e0f0ae-6a335579b8e63886c2beed4aee72ab2f335a7d2e.tar.gz
master-31e0f0ae-6a335579b8e63886c2beed4aee72ab2f335a7d2e.tar.bz2
master-31e0f0ae-6a335579b8e63886c2beed4aee72ab2f335a7d2e.zip
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
SVN-Revision: 23141
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