summaryrefslogtreecommitdiff
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-12-01 22:31:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-12-01 22:31:10 +0000
commit6cb040903b02a328661f219890c31a377c0c6b8c (patch)
treebbc36ce04044ae73ea4780db5fa2acc88b21c20b /package/firewall/Makefile
parenta2637149367188defffb5bcf69e3437f90912798 (diff)
downloadmtk-20170518-6cb040903b02a328661f219890c31a377c0c6b8c.zip
mtk-20170518-6cb040903b02a328661f219890c31a377c0c6b8c.tar.gz
mtk-20170518-6cb040903b02a328661f219890c31a377c0c6b8c.tar.bz2
firewall: initialize dest_port with src_dport if omitted in redirect sections to narrow down corresponding forward rules to the actual target ports - thanks Niels Boehm! (#6249)
SVN-Revision: 18617
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 fbbe056..cb8a25a 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=1
-PKG_RELEASE:=8
+PKG_RELEASE:=9
include $(INCLUDE_DIR)/package.mk