18.1: add raphael, lmi, alioth

+ verity fixes
+ 16.0: drop beryllium, 18.1 builds now
+ deblob: better handle device makefiles

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2021-08-09 18:02:39 -04:00
parent 2d468d9da2
commit 0b4ad0e7cc
13 changed files with 574 additions and 348 deletions

View file

@ -647,7 +647,7 @@ getDefconfig() {
elif ls arch/arm64/configs/lineage*defconfig 1> /dev/null 2>&1; then
local defconfigPath="arch/arm64/configs/lineage*defconfig";
else
local defconfigPath="arch/arm/configs/*defconfig arch/arm64/configs/*defconfig";
local defconfigPath="arch/arm*/configs/*defconfig arch/arm*/configs/*/*defconfig";
fi;
echo $defconfigPath;
}