Misc device fixes

This commit is contained in:
Tad 2018-11-15 00:47:43 -05:00
parent 6ea39e0a0f
commit 90a967c552
4 changed files with 4 additions and 3 deletions

View file

@ -90,7 +90,7 @@ buildAll() {
#brunch lineage_shamu-user;
#brunch lineage_us996-user;
#brunch lineage_us997-user;
brunch lineage_victara-user; #needs manual patching (fwb xml: fused: dangling tag)
#brunch lineage_victara-user; #needs manual patching (fwb xml: fused: dangling tag)
}
export -f buildAll;

View file

@ -87,7 +87,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-3584/ANY/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5390/3.10/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5390/3.10/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9416/ANY/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9514/ANY/0001.patch
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9514/ANY/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9515/ANY/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9516/ANY/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9518/ANY/0001.patch

View file

@ -77,7 +77,7 @@ buildAll() {
brunch lineage_starlte-user;
brunch lineage_us996-user;
brunch lineage_us997-user;
brunch lineage_victara-user; #broken - recovery.img too large and needs manual patching (fwb xml: fused: dangling tag)
brunch lineage_victara-user;
}
export -f buildAll;