summaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-01-08 15:29:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-01-08 15:29:24 +0000
commit8094fa46da2d35632617ca1498148f7ad7483748 (patch)
treeee0bd71439d92893dc8cfaaff3c2a0453c6777fb /package/firewall/Makefile
parent97af76a92047a9034cd394e08c715949eea68837 (diff)
downloadmaster-31e0f0ae-8094fa46da2d35632617ca1498148f7ad7483748.tar.gz
master-31e0f0ae-8094fa46da2d35632617ca1498148f7ad7483748.tar.bz2
master-31e0f0ae-8094fa46da2d35632617ca1498148f7ad7483748.zip
firewall: add support for "local" port forwards which target an internal address on the router itself
SVN-Revision: 29687
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r--package/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index 3c5e10fe9d..746cca4882 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2008-2011 OpenWrt.org
+# Copyright (C) 2008-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=2
-PKG_RELEASE:=43
+PKG_RELEASE:=44
include $(INCLUDE_DIR)/package.mk