[package] add netsmap-to-devinfo (#5537)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16888 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-07-18 00:41:44 +00:00
parent 5c135a900f
commit c6e40ca384
4 changed files with 178 additions and 8 deletions

View File

@ -83,6 +83,7 @@ endef
define Package/smap-to-devinfo/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) ./files/smap-to-devinfo $(1)/usr/bin
$(INSTALL_BIN) ./files/netsmap-to-devinfo $(1)/usr/bin
endef
define Package/netdiscover-to-devinfo/install