diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-20 01:10:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-20 01:10:15 +0000 |
commit | 77dda8d67ac852b73bf60c8dec0fbb958168b7ea (patch) | |
tree | 1ee2443e5727863411a478e424734cfa625660ab /package/firewall/Makefile | |
parent | 0cd03df3b12e7aa533239ef544bdd69c5512a433 (diff) | |
download | upstream-77dda8d67ac852b73bf60c8dec0fbb958168b7ea.tar.gz upstream-77dda8d67ac852b73bf60c8dec0fbb958168b7ea.tar.bz2 upstream-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/Makefile | 2 |
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 |