diff --git a/recipes/drivers-initfs/recipe.toml b/recipes/drivers-initfs/recipe.toml index 05060123b2094324af06b8b410959446ac1ffdb1..1e819c837aab322cf61ce410e484d6f637993d20 100644 --- a/recipes/drivers-initfs/recipe.toml +++ b/recipes/drivers-initfs/recipe.toml @@ -6,10 +6,10 @@ template = "custom" script = """ BINS=( ahcid + inputd nvmed pcid vesad - inputd virtio-blkd virtio-gpud ) diff --git a/recipes/drivers/recipe.toml b/recipes/drivers/recipe.toml index 806c041d5ebb79aff3bae8581508dad590f0d78e..52699ecccce0cc77d86168b2d848cedfca1df76b 100644 --- a/recipes/drivers/recipe.toml +++ b/recipes/drivers/recipe.toml @@ -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