mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-24 05:49:33 -04:00
Drop devices with newer versions available
14.1: clark 15.1: deb, flo, hammerhead, shamu, ether 16.0: hammerhead 19.1: alioth Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
fbf6058e65
commit
e408e7e19a
19 changed files with 14 additions and 3446 deletions
|
@ -19,7 +19,7 @@ umask 0022;
|
|||
#Last verified: 2021-10-16
|
||||
|
||||
patchAllKernels() {
|
||||
startPatcher "kernel_asus_fugu kernel_asus_msm8916 kernel_google_dragon kernel_google_msm kernel_htc_flounder kernel_huawei_angler kernel_lge_bullhead kernel_lge_hammerhead kernel_moto_shamu kernel_nextbit_msm8992 kernel_zte_msm8996";
|
||||
startPatcher "kernel_asus_fugu kernel_asus_msm8916 kernel_google_dragon kernel_htc_flounder kernel_huawei_angler kernel_lge_bullhead kernel_zte_msm8996";
|
||||
}
|
||||
export -f patchAllKernels;
|
||||
|
||||
|
@ -52,17 +52,9 @@ buildAll() {
|
|||
umask 0022;
|
||||
cd "$DOS_BUILD_BASE";
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
#SDS4P
|
||||
buildDevice deb;
|
||||
buildDevice flo; #Last version without repartitioning required + 18.1 has random power off issue
|
||||
#SD801
|
||||
buildDevice hammerhead; #Last version with working Bluetooth
|
||||
#SD805
|
||||
buildDevice shamu verity; #Last version with working IMS
|
||||
#SD808
|
||||
buildDevice angler verity;
|
||||
buildDevice bullhead verity;
|
||||
buildDevice ether; #Last version with working IMS
|
||||
#SD615
|
||||
buildDevice Z00T;
|
||||
#SD820
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue