diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-16 11:47:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-16 11:47:35 +0000 |
commit | 4cc4a085340f4283e29347683f8648b78b4a0683 (patch) | |
tree | be373438e3db825da9a083b4d1004308605f1855 /package/firewall/Makefile | |
parent | eaa9187647860f3f5b77be1902adac70d0c98df4 (diff) | |
download | upstream-4cc4a085340f4283e29347683f8648b78b4a0683.tar.gz upstream-4cc4a085340f4283e29347683f8648b78b4a0683.tar.bz2 upstream-4cc4a085340f4283e29347683f8648b78b4a0683.zip |
[package] firewall: make invalid redirects and duplicate zones non-fatal, print a notice and discard them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23080 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8cf22e8348..93e41bf58f 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:=15 +PKG_RELEASE:=16 include $(INCLUDE_DIR)/package.mk |