libudev-zero: bump to 1.0.3
libudev-zero bump to 1.0.3. Resolves bug with USBIP. Error behavior with USBIP attach: libusbip: error: no available ports usbip: error: open vhci_driver usbip: error: list imported devices Expected behaviour - USBIP: root@OpenWrt:~# usbip port Imported USB devices Signed-off-by: Taylor Brown <taylorami@hotmail.com>
This commit is contained in:
parent
08f3dccccd
commit
ac57d43547
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libudev-zero
|
||||
PKG_VERSION:=1.0.1
|
||||
PKG_VERSION:=1.0.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/illiliti/libudev-zero/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=c4cf149ea96295c1e6e86038d10c725344c751982ed4a790b06c76776923e0ea
|
||||
PKG_HASH:=0bd89b657d62d019598e6c7ed726ff8fed80e8ba092a83b484d66afb80b77da5
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=MIT
|
||||
|
|
Loading…
Reference in a new issue