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 | 963a0cd98beabbf748ec766939696f82221af044 (patch) | |
tree | f46abc7c2777ea718c5b6f7c763f8580ae963257 /package/firewall/Makefile | |
parent | f1d04190c5f691a07786fa79e912b62f8777080f (diff) | |
download | mtk-20170518-963a0cd98beabbf748ec766939696f82221af044.zip mtk-20170518-963a0cd98beabbf748ec766939696f82221af044.tar.gz mtk-20170518-963a0cd98beabbf748ec766939696f82221af044.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index e7a308f..6d1e295 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 |