Browse Source

Merge pull request #5400 from NeoRaider/usbip-build

usbip: fix build
lilik-openwrt-22.03
Matthias Schiffer 7 years ago
committed by GitHub
parent
commit
81af546d2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/usbip/Makefile

+ 2
- 2
net/usbip/Makefile View File

@ -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
@ -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


Loading…
Cancel
Save