diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-14 14:47:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-14 14:47:43 +0000 |
commit | c1487643573180a8f2eef7bee8b595797a8bd5b9 (patch) | |
tree | cbde0d7fc319eb061ae50ee7f61a142c85e2cc97 /package/firewall/Makefile | |
parent | 5123c8b264b32aa2f2fad6b653c7e46759687257 (diff) | |
download | upstream-c1487643573180a8f2eef7bee8b595797a8bd5b9.tar.gz upstream-c1487643573180a8f2eef7bee8b595797a8bd5b9.tar.bz2 upstream-c1487643573180a8f2eef7bee8b595797a8bd5b9.zip |
[package] firewall: properly dispatch delif events if the network has a different name then the corresponding zone
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17580 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 40bbe300b0..2e236fe719 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=1 -PKG_RELEASE:=6 +PKG_RELEASE:=7 include $(INCLUDE_DIR)/package.mk |