summaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-12-20 01:10:15 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-12-20 01:10:15 +0000
commit77dda8d67ac852b73bf60c8dec0fbb958168b7ea (patch)
tree1ee2443e5727863411a478e424734cfa625660ab /package/firewall/Makefile
parent0cd03df3b12e7aa533239ef544bdd69c5512a433 (diff)
downloadmaster-31e0f0ae-77dda8d67ac852b73bf60c8dec0fbb958168b7ea.tar.gz
master-31e0f0ae-77dda8d67ac852b73bf60c8dec0fbb958168b7ea.tar.bz2
master-31e0f0ae-77dda8d67ac852b73bf60c8dec0fbb958168b7ea.zip
firewall: - introduce per-section "option enabled" which defaults to "1" - useful to disable rules or zones without having to delete them - annotate default traffic rules with names - bump version
SVN-Revision: 29577
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 6106348156..3c5e10fe9d 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:=42
+PKG_RELEASE:=43
include $(INCLUDE_DIR)/package.mk