aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-19 20:39:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-19 20:39:02 +0000
commitcacb52e19f81e1a622bba4316b8f6feb2f99eb00 (patch)
treede18baae22c0d4de062eedc819444d5823e7cd77 /package/firewall/Makefile
parentf40eaba4df29362ca53b84b9b8fa478cf051dac4 (diff)
downloadupstream-cacb52e19f81e1a622bba4316b8f6feb2f99eb00.tar.gz
upstream-cacb52e19f81e1a622bba4316b8f6feb2f99eb00.tar.bz2
upstream-cacb52e19f81e1a622bba4316b8f6feb2f99eb00.zip
firewall: process custom rules after forwardings and redirects, this actually allows blocking traffic to certain hosts and other rules
SVN-Revision: 15278
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 7aa385511f..dfbef6106d 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
include $(INCLUDE_DIR)/package.mk