mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
Add rtl8139d driver, sort driver binaries
This commit is contained in:
parent
169ca3f725
commit
053df828f7
@ -6,10 +6,10 @@ template = "custom"
|
||||
script = """
|
||||
BINS=(
|
||||
ahcid
|
||||
inputd
|
||||
nvmed
|
||||
pcid
|
||||
vesad
|
||||
inputd
|
||||
virtio-blkd
|
||||
virtio-gpud
|
||||
)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user