linux-tools: correct required modules for usbipd
This commit is contained in:
parent
330f7b66fc
commit
7bada7202d
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
modprobe -q usbip || exit 1
|
modprobe -q usbip-host || exit 1
|
||||||
|
modprobe -q vhci-hcd || exit 1
|
||||||
exec usbipd
|
exec usbipd
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux-tools'
|
# Template file for 'linux-tools'
|
||||||
pkgname=linux-tools
|
pkgname=linux-tools
|
||||||
version=5.10.4
|
version=5.10.4
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
build_style=meta
|
build_style=meta
|
||||||
hostmakedepends="asciidoc automake flex gettext libtool perl python3
|
hostmakedepends="asciidoc automake flex gettext libtool perl python3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue