mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-23 14:04:17 -04:00
Device cleanup
Drop long non-compiling devices: - 14.1: n7100, jellypro - 15.1: himaul, oneplus2 - 16.0: zenfone3, fugu - 17.1: yellowstone, fugu - 18.1: bonito, sargo Drop in favor of 19.1: - 17.1: bonito, sargo - 18.1: pro1, aura, sunfish, coral, flame, bramble, redfin (experimental, but these devices don't currently appear to have any users) Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
13a9997a0c
commit
3457fd4151
29 changed files with 6 additions and 4431 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_htc_msm8994 kernel_huawei_angler kernel_lge_bullhead kernel_lge_hammerhead kernel_lge_msm8996 kernel_moto_shamu kernel_nextbit_msm8992 kernel_oneplus_msm8994 kernel_zte_msm8996";
|
||||
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_lge_msm8996 kernel_moto_shamu kernel_nextbit_msm8992 kernel_zte_msm8996";
|
||||
}
|
||||
export -f patchAllKernels;
|
||||
|
||||
|
@ -65,9 +65,6 @@ buildAll() {
|
|||
buildDevice angler verity;
|
||||
buildDevice bullhead verity;
|
||||
buildDevice ether; #Last version with working IMS
|
||||
#SD810
|
||||
#buildDevice himaul; #broken - needs vendor bits
|
||||
#buildDevice oneplus2; #Last version with working IMS + broken - needs vendor patching
|
||||
#SD615
|
||||
buildDevice Z00T;
|
||||
#SD820
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue