From c833f98d21a409a959d149ab1e748b2c45475617 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 28 Feb 2007 18:22:39 +0000 Subject: [PATCH 1/1] Install hosplug script as well SVN-Revision: 6438 --- net/updatedd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/updatedd/Makefile b/net/updatedd/Makefile index d5b5d79e19..d6952f43b3 100644 --- a/net/updatedd/Makefile +++ b/net/updatedd/Makefile @@ -118,6 +118,8 @@ define Package/updatedd/install $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/updatedd $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/lib/updatedd + $(INSTALL_DIR) $(1)/etc/hotplug.d/iface + $(INSTALL_BIN) ./files/ddns.hotplug $(1)/etc/hotplug.d/iface/10-ddns endef $(eval $(call BuildPackage,updatedd)) -- 2.30.2