diff options
| author | John Crispin <john@openwrt.org> | 2014-06-05 10:56:18 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2014-06-05 10:56:18 +0000 |
| commit | ac69d576b458462106fd1738e4afda49a51b0b3c (patch) | |
| tree | d17a1bdbd6107de80aee2be7c05914b9096b9906 /package/network/services/igmpproxy/Makefile | |
| parent | 7a0606124a198fa04ba7a766af476d598ad80e80 (diff) | |
| download | mtk-20170518-ac69d576b458462106fd1738e4afda49a51b0b3c.zip mtk-20170518-ac69d576b458462106fd1738e4afda49a51b0b3c.tar.gz mtk-20170518-ac69d576b458462106fd1738e4afda49a51b0b3c.tar.bz2 | |
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/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/services/igmpproxy/Makefile b/package/network/services/igmpproxy/Makefile index 027fcb9..47b995b 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 |
