aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-08-31 01:54:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-08-31 01:54:08 +0000
commitee4dd61b1095aa103a20fb97f8dfabecc7a1f8a8 (patch)
tree81815f5d4963fe004ab4d30f9a0056923168872d /package/firewall/Makefile
parent867ac59ff97fc53ff1d205be3a176b6409e358f2 (diff)
downloadupstream-ee4dd61b1095aa103a20fb97f8dfabecc7a1f8a8.tar.gz
upstream-ee4dd61b1095aa103a20fb97f8dfabecc7a1f8a8.tar.bz2
upstream-ee4dd61b1095aa103a20fb97f8dfabecc7a1f8a8.zip
firewall: - fix processing of rules with an ip family option - append interface rules at the end of internal zone chains, simplifies injecting user or addon rules - support simple file logging (option log + option log_limit per zone)
SVN-Revision: 22847
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 b489d9387b..1c9c612f8a 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:=9
+PKG_RELEASE:=10
include $(INCLUDE_DIR)/package.mk