diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-26 22:21:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-26 22:21:39 +0000 |
commit | 7a206885df21867df25e02199be083290927d6b7 (patch) | |
tree | d48428bd7a8e586901b3dca156f94dff63c01e6a /package/firewall/Makefile | |
parent | d6431df9c1c19e5b1f4f387e36c8f1825bce3b8f (diff) | |
download | mtk-20170518-7a206885df21867df25e02199be083290927d6b7.zip mtk-20170518-7a206885df21867df25e02199be083290927d6b7.tar.gz mtk-20170518-7a206885df21867df25e02199be083290927d6b7.tar.bz2 |
firewall: prevent redundant rules if multiple ports and multiple icmp types are given in a rule block for both icmp and other protocols
SVN-Revision: 27792
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 394a207..cdb8dc6 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:=32 +PKG_RELEASE:=33 include $(INCLUDE_DIR)/package.mk |