aboutsummaryrefslogtreecommitdiff
path: root/net/usbip/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-10-19 15:36:08 -0700
committerDaniel Golle <dangowrt@users.noreply.github.com>2020-11-03 12:38:12 +0000
commit881aa28fa10812abcc7ec6ef1ba17db50e9512bd (patch)
tree7e6c529bab0aa4a05e7aa37cd782f5878abea424 /net/usbip/Makefile
parentb7ff78d6b4c46b2e3e556695f570cb824fa227eb (diff)
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>
Diffstat (limited to 'net/usbip/Makefile')
-rw-r--r--net/usbip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/usbip/Makefile b/net/usbip/Makefile
index 605007690..904434423 100644
--- a/net/usbip/Makefile
+++ b/net/usbip/Makefile
@@ -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