generate probably-non-functional firmware image for gl-ar750

This commit is contained in:
Daniel Barlow
2022-10-03 22:28:15 +01:00
parent a1a1abb8c7
commit f9626d00f4
6 changed files with 141 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
# This "device" generates images that can be used with the QEMU
# emulator. The default output is a directory containing separate
# kernel (uncompressed vmlinux) and initrd (squashfs) images
{
system = {
crossSystem = {
@@ -446,4 +450,5 @@
VIRTIO_NET = "y";
};
};
outputs.default = "directory";
}