diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-14 23:11:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-14 23:11:12 +0000 |
commit | 1fe50da4bb3a207aff8f8d792d39a11f854edf13 (patch) | |
tree | 0ee86490ae41a771254fd4dee1673472ada487a0 /package/firewall/Makefile | |
parent | fc7fbe83490df97271a50ded051aa312a6260e51 (diff) | |
download | mtk-20170518-1fe50da4bb3a207aff8f8d792d39a11f854edf13.zip mtk-20170518-1fe50da4bb3a207aff8f8d792d39a11f854edf13.tar.gz mtk-20170518-1fe50da4bb3a207aff8f8d792d39a11f854edf13.tar.bz2 |
firewall: deliver remove hotplug events for all active zones/networks when restarting the firewall
SVN-Revision: 23062
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 00badcb..205f209 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:=13 +PKG_RELEASE:=14 include $(INCLUDE_DIR)/package.mk |