aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-05-28 03:15:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-05-28 03:15:05 +0000
commit963a0cd98beabbf748ec766939696f82221af044 (patch)
treef46abc7c2777ea718c5b6f7c763f8580ae963257 /package/firewall/Makefile
parentf1d04190c5f691a07786fa79e912b62f8777080f (diff)
downloadupstream-963a0cd98beabbf748ec766939696f82221af044.tar.gz
upstream-963a0cd98beabbf748ec766939696f82221af044.tar.bz2
upstream-963a0cd98beabbf748ec766939696f82221af044.zip
firewall: fix nat reflection after netifd status format change - use /lib/functions/network.sh - simplify nat reflection code
SVN-Revision: 31936
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 e7a308f3c5..6d1e2950a1 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:=50
+PKG_RELEASE:=51
include $(INCLUDE_DIR)/package.mk