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
commit7607d0e41b36e5b3dc06088e506fe871cecb20a9 (patch)
tree8ebfb2e2fdbce4228a8187a1167d2999b1ea72f7 /package/firewall/Makefile
parent1ee066a435dccb45e10927586bab25f6d6ed7fa7 (diff)
downloadmaster-187ad058-7607d0e41b36e5b3dc06088e506fe871cecb20a9.tar.gz
master-187ad058-7607d0e41b36e5b3dc06088e506fe871cecb20a9.tar.bz2
master-187ad058-7607d0e41b36e5b3dc06088e506fe871cecb20a9.zip
[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 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