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"
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
......
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