projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c77a271
)
[packages] usbip: fix usb.ids location, rename bind_driver(8) to usbip_bind_driver(8)
author
Nuno Goncalves
<nunojpg@gmail.com>
Wed, 14 Jul 2010 23:40:58 +0000
(23:40 +0000)
committer
Nuno Goncalves
<nunojpg@gmail.com>
Wed, 14 Jul 2010 23:40:58 +0000
(23:40 +0000)
SVN-Revision: 22185
net/usbip/Makefile
patch
|
blob
|
history
diff --git
a/net/usbip/Makefile
b/net/usbip/Makefile
index 7b001502887e0036c9f41145d5d96d32430d5152..9339d3280bb66d7038aae0a594ecff6c7ba04764 100644
(file)
--- a/
net/usbip/Makefile
+++ b/
net/usbip/Makefile
@@
-25,6
+25,7
@@
define Package/usbip/Common
TITLE:=USB-over-IP
URL:=http://usbip.sourceforge.net/
DEPENDS:=@LINUX_2_6 @USB_SUPPORT
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
endef
define Package/usbip/Default
@@
-114,10
+115,10
@@
define Package/usbip/install
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/libusbip.so.* \
$(1)/usr/lib/
$(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 \
$(CP) \
$(PKG_INSTALL_DIR)/usr/share/usbip/usb.ids \
- $(1)/usr/share/
usbip
/
+ $(1)/usr/share/
hwdata
/
endef
define Package/usbip-client/install
endef
define Package/usbip-client/install
@@
-130,9
+131,11
@@
endef
define Package/usbip-server/install
$(INSTALL_DIR) $(1)/usr/bin
$(CP) \
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/
$(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))
endef
$(eval $(call BuildPackage,usbip))