mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
drivers: add virtio* drivers
Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
This commit is contained in:
parent
300e99bf52
commit
f5c8f0d052
@ -9,6 +9,9 @@ BINS=(
|
||||
nvmed
|
||||
pcid
|
||||
vesad
|
||||
inputd
|
||||
virtio-blkd
|
||||
virtio-gpud
|
||||
)
|
||||
|
||||
case "${TARGET}" in
|
||||
|
||||
@ -14,6 +14,7 @@ BINS=( alxd
|
||||
usbhidd
|
||||
usbscsid
|
||||
xhcid
|
||||
virtio-netd
|
||||
)
|
||||
|
||||
# Add additional drivers to the list to build, that are not in drivers-initfs
|
||||
@ -55,4 +56,4 @@ do
|
||||
driver="$(basename "$(dirname "$conf")")"
|
||||
cp -v "$conf" "${COOKBOOK_STAGE}/etc/pcid.d/$driver.toml"
|
||||
done
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user