aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/igmpproxy/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-05 10:56:18 +0000
committerJohn Crispin <john@openwrt.org>2014-06-05 10:56:18 +0000
commitac69d576b458462106fd1738e4afda49a51b0b3c (patch)
treed17a1bdbd6107de80aee2be7c05914b9096b9906 /package/network/services/igmpproxy/Makefile
parent7a0606124a198fa04ba7a766af476d598ad80e80 (diff)
downloadupstream-ac69d576b458462106fd1738e4afda49a51b0b3c.tar.gz
upstream-ac69d576b458462106fd1738e4afda49a51b0b3c.tar.bz2
upstream-ac69d576b458462106fd1738e4afda49a51b0b3c.zip
igmpproxy: register interface change triggers
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41011
Diffstat (limited to 'package/network/services/igmpproxy/Makefile')
-rw-r--r--package/network/services/igmpproxy/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/services/igmpproxy/Makefile b/package/network/services/igmpproxy/Makefile
index 027fcb99d2..47b995bb51 100644
--- a/package/network/services/igmpproxy/Makefile
+++ b/package/network/services/igmpproxy/Makefile
@@ -51,8 +51,6 @@ define Package/igmpproxy/install
$(INSTALL_CONF) ./files/igmpproxy.config $(1)/etc/config/igmpproxy
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/igmpproxy.init $(1)/etc/init.d/igmpproxy
- $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
- $(INSTALL_BIN) ./files/igmpproxy.hotplug $(1)/etc/hotplug.d/iface/igmpproxy
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy $(1)/usr/sbin/
endef