Skip to content
Snippets Groups Projects
Verified Commit 053df828 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add rtl8139d driver, sort driver binaries

parent 169ca3f7
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ template = "custom" ...@@ -6,10 +6,10 @@ template = "custom"
script = """ script = """
BINS=( BINS=(
ahcid ahcid
inputd
nvmed nvmed
pcid pcid
vesad vesad
inputd
virtio-blkd virtio-blkd
virtio-gpud virtio-gpud
) )
......
...@@ -5,16 +5,18 @@ git = "https://gitlab.redox-os.org/redox-os/drivers.git" ...@@ -5,16 +5,18 @@ git = "https://gitlab.redox-os.org/redox-os/drivers.git"
template = "custom" template = "custom"
script = """ script = """
# Drivers that are built on all architectures, and NOT in drivers-initfs # Drivers that are built on all architectures, and NOT in drivers-initfs
BINS=( alxd BINS=(
e1000d alxd
ihdad e1000d
ixgbed ihdad
rtl8168d ixgbed
usbctl rtl8139d
usbhidd rtl8168d
usbscsid usbctl
xhcid usbhidd
virtio-netd usbscsid
virtio-netd
xhcid
) )
# Add additional drivers to the list to build, that are not in drivers-initfs # Add additional drivers to the list to build, that are not in drivers-initfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment