mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
11.0: nex: switch to -user + add disabled overclock
This commit is contained in:
parent
3a717605d0
commit
c5d2f25797
4 changed files with 330 additions and 2 deletions
|
@ -80,5 +80,9 @@ if enter "kernel/oppo/msm8974"; then
|
|||
patch -p1 < "$DOS_PATCHES_OVERCLOCKS/android_kernel_oppo_msm8974/0001-OverUnderClock-EXTREME.patch"; #300MHz -> 268MHz, 2.45GHz -> 2.95GHz
|
||||
fi;
|
||||
|
||||
if enter "kernel/zte/msm8930-DISABLED"; then
|
||||
patch -p1 < "$DOS_PATCHES_OVERCLOCKS/android_kernel_zte_msm8930/0001-Overclock.patch";
|
||||
fi;
|
||||
|
||||
cd "$DOS_BUILD_BASE";
|
||||
echo "Overclocks applied!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue