aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-07 13:08:28 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-07 13:08:28 +0000
commit16d0957a4e477ab6efb189bb26e84482e3273c37 (patch)
tree4aa9880cec80830c2fb7b39563affc4a647429c4
parent33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e (diff)
downloadupstream-16d0957a4e477ab6efb189bb26e84482e3273c37.tar.gz
upstream-16d0957a4e477ab6efb189bb26e84482e3273c37.tar.bz2
upstream-16d0957a4e477ab6efb189bb26e84482e3273c37.zip
firewall: fix typo in reflection hotplug script
SVN-Revision: 34569
-rw-r--r--package/network/config/firewall/Makefile2
-rw-r--r--package/network/config/firewall/files/reflection.hotplug2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 16a683c48a..4d7970a502 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=2
-PKG_RELEASE:=54
+PKG_RELEASE:=55
include $(INCLUDE_DIR)/package.mk
diff --git a/package/network/config/firewall/files/reflection.hotplug b/package/network/config/firewall/files/reflection.hotplug
index 935ab42524..129a922e44 100644
--- a/package/network/config/firewall/files/reflection.hotplug
+++ b/package/network/config/firewall/files/reflection.hotplug
@@ -64,7 +64,7 @@ elif [ "$ACTION" = "add" ]; then
}
}
- config_foreach find_networks_cb zone "$1"
+ config_foreach find_networks_cb zone "$@"
}
setup_fwd() {