install.sh: Add 5.11 handling for Graysky's CPU optimizations patchset
Fixes https://github.com/Frogging-Family/linux-tkg/issues/180
This commit is contained in:
parent
0d12aa7951
commit
6999b37993
@ -222,6 +222,9 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then
|
|||||||
"510")
|
"510")
|
||||||
opt_ver="5.8"
|
opt_ver="5.8"
|
||||||
;;
|
;;
|
||||||
|
"511")
|
||||||
|
opt_ver="5.8"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
wget "https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v${opt_ver}+.patch"
|
wget "https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v${opt_ver}+.patch"
|
||||||
|
Loading…
Reference in New Issue
Block a user