20.0: bringup lmi/alioth

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-06-14 19:50:36 -04:00
parent e2ca79c607
commit ee534ada7f
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
5 changed files with 108 additions and 4 deletions

View file

@ -73,10 +73,10 @@ buildAll() {
#SD855
buildDevice vayu avb;
#SD865
buildDevice lmi avb;
buildDevice lmi avb; #camera doesn't work for lmipro on 20.0
buildDevice apollon avb;
#SD870
buildDevice alioth avb;
#buildDevice alioth avb;
}
export -f buildAll;