Initial 5.12 RC1 support

This commit is contained in:
Tk-Glitch
2021-03-01 21:54:04 +01:00
parent 29afa3e91c
commit f4de77e7d3
10 changed files with 2249 additions and 1 deletions

View File

@@ -225,6 +225,9 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then
"511")
opt_ver="5.8"
;;
"512")
opt_ver="5.8"
;;
esac
wget "https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v${opt_ver}+.patch"