diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-31 01:54:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-31 01:54:08 +0000 |
commit | ee4dd61b1095aa103a20fb97f8dfabecc7a1f8a8 (patch) | |
tree | 81815f5d4963fe004ab4d30f9a0056923168872d /package/firewall/Makefile | |
parent | 867ac59ff97fc53ff1d205be3a176b6409e358f2 (diff) | |
download | mtk-20170518-ee4dd61b1095aa103a20fb97f8dfabecc7a1f8a8.zip mtk-20170518-ee4dd61b1095aa103a20fb97f8dfabecc7a1f8a8.tar.gz mtk-20170518-ee4dd61b1095aa103a20fb97f8dfabecc7a1f8a8.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index b489d93..1c9c612 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 |