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

@@ -34,9 +34,9 @@ let
cp -a . $out
'';
};
in
{
in rec {
vmlinux = callPackage ./vmlinux.nix {
inherit tree config checkedConfig;
};
uimage = callPackage ./uimage.nix { };
}