[packages] usbip: fix usb.ids location, rename bind_driver(8) to usbip_bind_driver(8)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22185 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nunojpg 2010-07-14 23:40:58 +00:00
parent 34a530e4f4
commit 2a37b4aba7

View File

@ -25,6 +25,7 @@ define Package/usbip/Common
TITLE:=USB-over-IP
URL:=http://usbip.sourceforge.net/
DEPENDS:=@LINUX_2_6 @USB_SUPPORT
MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
endef
define Package/usbip/Default
@ -114,10 +115,10 @@ define Package/usbip/install
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/libusbip.so.* \
$(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/share/usbip
$(INSTALL_DIR) $(1)/usr/share/hwdata
$(CP) \
$(PKG_INSTALL_DIR)/usr/share/usbip/usb.ids \
$(1)/usr/share/usbip/
$(1)/usr/share/hwdata/
endef
define Package/usbip-client/install
@ -130,9 +131,11 @@ endef
define Package/usbip-server/install
$(INSTALL_DIR) $(1)/usr/bin
$(CP) \
$(PKG_INSTALL_DIR)/usr/bin/bind_driver \
$(PKG_INSTALL_DIR)/usr/bin/usbipd \
$(1)/usr/bin/
$(CP) \
$(PKG_INSTALL_DIR)/usr/bin/bind_driver \
$(1)/usr/bin/usbip_bind_driver
endef
$(eval $(call BuildPackage,usbip))