Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-12-08 20:33:25 -05:00
parent ce47fdae34
commit abb616d2f3
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
8 changed files with 12 additions and 15 deletions

View file

@ -62,9 +62,9 @@ buildAll() {
#SD845
buildDevice aura avb; #superseded
buildDevice beryllium avb; #superseded
buildDevice pro1 avb; #superseded
buildDevice crosshatch avb; #superseded
buildDevice blueline avb; #superseded
#buildDevice pro1 avb; #superseded
#buildDevice crosshatch avb; #superseded
#buildDevice blueline avb; #superseded
buildDevice enchilada avb; #superseded
buildDevice fajita avb; #superseded
buildDevice akari avb;
@ -98,8 +98,8 @@ buildAll() {
#buildDevice bramble avb; #superseded
#buildDevice redfin avb; #superseded
#SD670
buildDevice bonito avb; #superseded
buildDevice sargo avb; #superseded
#buildDevice bonito avb; #superseded
#buildDevice sargo avb; #superseded
}
export -f buildAll;