mirror of
https://github.com/openwrt/packages.git
synced 2026-01-08 14:20:29 +04:00
treewide: turn specific libudev-* DEPENDS to generic ones
libudev-zero as well as libudev-fbsd have PROVIDES:=libudev . These packages have nothing specific that requires one or the other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Daniel Golle
parent
b7ff78d6b4
commit
881aa28fa1
@@ -52,7 +52,7 @@ endef
|
||||
define Package/usbip
|
||||
$(call Package/usbip/Default)
|
||||
TITLE+= (common)
|
||||
DEPENDS+= +libwrap +kmod-usbip +libudev-fbsd +USE_GLIBC:libbsd
|
||||
DEPENDS+= +libwrap +kmod-usbip +libudev +USE_GLIBC:libbsd
|
||||
endef
|
||||
|
||||
define Package/usbip-client
|
||||
|
||||
Reference in New Issue
Block a user