diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-28 03:15:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-28 03:15:05 +0000 |
commit | 7607d0e41b36e5b3dc06088e506fe871cecb20a9 (patch) | |
tree | 8ebfb2e2fdbce4228a8187a1167d2999b1ea72f7 /package/firewall/Makefile | |
parent | 1ee066a435dccb45e10927586bab25f6d6ed7fa7 (diff) | |
download | upstream-7607d0e41b36e5b3dc06088e506fe871cecb20a9.tar.gz upstream-7607d0e41b36e5b3dc06088e506fe871cecb20a9.tar.bz2 upstream-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/Makefile | 2 |
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 |