Add rtl8139d driver, sort driver binaries

This commit is contained in:
Jeremy Soller 2023-07-07 09:29:26 -06:00
parent 169ca3f725
commit 053df828f7
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
2 changed files with 13 additions and 11 deletions

View File

@ -6,10 +6,10 @@ template = "custom"
script = """
BINS=(
ahcid
inputd
nvmed
pcid
vesad
inputd
virtio-blkd
virtio-gpud
)

View File

@ -5,16 +5,18 @@ git = "https://gitlab.redox-os.org/redox-os/drivers.git"
template = "custom"
script = """
# Drivers that are built on all architectures, and NOT in drivers-initfs
BINS=( alxd
e1000d
ihdad
ixgbed
rtl8168d
usbctl
usbhidd
usbscsid
xhcid
virtio-netd
BINS=(
alxd
e1000d
ihdad
ixgbed
rtl8139d
rtl8168d
usbctl
usbhidd
usbscsid
virtio-netd
xhcid
)
# Add additional drivers to the list to build, that are not in drivers-initfs