From 6999b379935ae24d213d021555cf9a6b150e05f3 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Tue, 16 Feb 2021 20:32:53 +0100 Subject: [PATCH] install.sh: Add 5.11 handling for Graysky's CPU optimizations patchset Fixes https://github.com/Frogging-Family/linux-tkg/issues/180 --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 24fd4ab..2f745e8 100755 --- a/install.sh +++ b/install.sh @@ -222,6 +222,9 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then "510") opt_ver="5.8" ;; + "511") + 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"