aboutsummaryrefslogtreecommitdiffstats
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
commit6c70ebe4d5a3924ad231e600b86295cbb99e0c60 (patch)
tree167995761dca92a2f2215869e7ad410856d204cc /package/firewall/Makefile
parent87f44502b716a56aa881f693753f684be4f243f7 (diff)
downloadupstream-6c70ebe4d5a3924ad231e600b86295cbb99e0c60.tar.gz
upstream-6c70ebe4d5a3924ad231e600b86295cbb99e0c60.tar.bz2
upstream-6c70ebe4d5a3924ad231e600b86295cbb99e0c60.zip
[package] 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18617 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 fbbe056c03..cb8a25a090 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