Skip to content

Commit

Permalink
Merge pull request openwrt#5400 from NeoRaider/usbip-build
Browse files Browse the repository at this point in the history
usbip: fix build
  • Loading branch information
neocturne authored Jan 10, 2018
2 parents 4bb72d3 + 700ce5e commit 81af546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/usbip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=usbip
PKG_RELEASE:=8
PKG_RELEASE:=9
PKG_LICENSE:=GPL-2.0

# Since kernel 2.6.39.1 userspace tools are inside the kernel tree
Expand Down Expand Up @@ -92,7 +92,7 @@ define Package/usbip/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libusbip.so.* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/share/hwdata
$(CP) $(DL_DIR)/usb.ids $(1)/usr/share/hwdata/
$(CP) $(DL_DIR)/usb.ids.$(USB_IDS_REV) $(1)/usr/share/hwdata/usb.ids
endef

define Package/usbip-client/install
Expand Down

0 comments on commit 81af546

Please sign in to comment.