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
commit2ef5ba18136e4ec0956f7dc42168024f2a3f867c (patch)
tree3266deaec50b65c4decd5c3e9ee9a7d7ce2593f1 /package/firewall/Makefile
parent229d390a6c20e997292e6d9044f1a355e75b9048 (diff)
downloadmaster-187ad058-2ef5ba18136e4ec0956f7dc42168024f2a3f867c.tar.gz
master-187ad058-2ef5ba18136e4ec0956f7dc42168024f2a3f867c.tar.bz2
master-187ad058-2ef5ba18136e4ec0956f7dc42168024f2a3f867c.zip
[package] 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22847 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 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