Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-tools: correct required modules for usbipd #25400

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion srcpkgs/linux-tools/files/usbipd/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
modprobe -q usbip || exit 1
modprobe -q usbip-host || exit 1
modprobe -q vhci-hcd || exit 1
exec usbipd
2 changes: 1 addition & 1 deletion srcpkgs/linux-tools/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'linux-tools'
pkgname=linux-tools
version=5.4.42
revision=1
revision=2
wrksrc="linux-${version}"
build_style=meta
hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"
Expand Down