Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fabiao/cookbook
  • redox-os/cookbook
  • stratact/cookbook
  • carrot93/cookbook
  • microcolonel/cookbook
  • feliwir/cookbook
  • xTibor/cookbook
  • jD91mZM2/cookbook
  • mpajkowski/cookbook
  • rw_van/cookbook
  • athei/cookbook
  • kblobr/cookbook
  • VitalyAnkh/cookbook
  • sajattack/cookbook
  • sainath14/cookbook
  • ackxolotl/cookbook
  • AdminXVII/cookbook
  • coolreader18/cookbook
  • deepaksirone/cookbook
  • smckay/cookbook
  • 4lDO2/cookbook
  • tomasritter/cookbook
  • alfredoyang/cookbook
  • samuela/cookbook
  • andrewdavidmackenzie/cookbook
  • uuuvn/cookbook
  • josh_williams/cookbook
  • bjorn3/cookbook
  • ids1024/cookbook
  • Chocimier/cookbook
  • bpisch/cookbook
  • willnode/cookbook
  • grnmeira/cookbook
  • andrey.turkin/cookbook
  • cameronbraid/cookbook
  • kamirr/cookbook
  • freewilll/cookbook
  • kivimango/cookbook
  • rukai/cookbook
  • mattmadeofpasta/cookbook
  • jordan_mccallum/cookbook
  • dahc/cookbook
  • Forest0923/cookbook
  • LLeny/cookbook
  • doriancodes/cookbook
  • ashton/cookbook
  • gmacd/cookbook
  • mojo/cookbook
  • wt/cookbook
  • red15/cookbook
  • hasheddan/cookbook
  • dimymark/cookbook
  • andypython/cookbook
  • enygmator/cookbook
  • Ivan/cookbook
  • argslc/cookbook
  • adi-g15/cookbook
  • tfinnegan937/cookbook
  • raffaeleragni/cookbook
  • Lekkit/cookbook
  • bitstr0m/cookbook
  • josh/cookbook
  • zhaozhao/cookbook
  • blueskyson/cookbook
  • Xunjin/cookbook
  • StaringAtEditor/cookbook
66 results
Show changes
Commits on Source (1)
...@@ -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
......