install omshell and supporting libs
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 8 Jan 2008 20:56:19 +0000 (20:56 +0000)
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 8 Jan 2008 20:56:19 +0000 (20:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10146 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/dhcp/Makefile

index f63c7ae..5a326da 100644 (file)
@@ -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