Install hosplug script as well

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6438 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-02-28 18:22:39 +00:00
parent 252940db34
commit bf27fa8034

View File

@ -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))