From: Tim Yardley Date: Tue, 8 Jan 2008 20:56:19 +0000 (+0000) Subject: install omshell and supporting libs X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=e81e24cb0d8d14c76a9cebe6d0d2df946b97707a install omshell and supporting libs SVN-Revision: 10146 --- diff --git a/net/dhcp/Makefile b/net/dhcp/Makefile index f63c7ae130..5a326da6fa 100644 --- a/net/dhcp/Makefile +++ b/net/dhcp/Makefile @@ -68,7 +68,11 @@ endef define Package/dhcp-server/install $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/local/lib $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dhcpd $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/omshell $(1)/usr/bin/ + $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/local/lib/*.a $(1)/usr/local/lib $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/dhcpd.init $(1)/etc/init.d/dhcpd endef