summaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-28 03:15:05 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-28 03:15:05 +0000
commite1df4ecd688e96c5e0d0f4a98aa500b50ca358f9 (patch)
tree8ebfb2e2fdbce4228a8187a1167d2999b1ea72f7 /package/firewall/Makefile
parent41d413b29cf9461f501c280e1ede2280f7932557 (diff)
[packages] firewall: fix nat reflection after netifd status format change
- use /lib/functions/network.sh - simplify nat reflection code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31936 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 e7a308f3c..6d1e2950a 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