From ac57d435479c928ba5f34eef856fb9d5a6c4f750 Mon Sep 17 00:00:00 2001 From: Taylor Brown Date: Sun, 16 Jul 2023 18:01:26 -0500 Subject: [PATCH] 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 --- libs/libudev-zero/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libudev-zero/Makefile b/libs/libudev-zero/Makefile index 7cb991f75f..ea5177b69c 100644 --- a/libs/libudev-zero/Makefile +++ b/libs/libudev-zero/Makefile @@ -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 PKG_LICENSE:=MIT