From c74c96e086a4dce7f917dee4e7780c9e225bc438 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 15 Mar 2024 02:31:47 +0100 Subject: [PATCH] Maybe I should bump this --- PKGBUILD | 2 +- PKGBUILD.buildtool | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f3afc0b..b02a6bd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -91,7 +91,7 @@ ### BUILD OPTIONS END -_kerneloptimized_version=ko1 +_kerneloptimized_version=ko2 _kernel_major=6.7 _kernel_minor=9 _gcc_more_v='20240221.2' diff --git a/PKGBUILD.buildtool b/PKGBUILD.buildtool index 5e619cf..b8b468b 100644 --- a/PKGBUILD.buildtool +++ b/PKGBUILD.buildtool @@ -7,7 +7,7 @@ # All build options have been removed as this PKGBUILD is exclusively used for buildtool.sh. # If you want to build linux-jstm-optimized without using buildtool.sh use the other PKGBUILD file instead. -_kerneloptimized_version=ko1 +_kerneloptimized_version=ko2 _kernel_major=6.7 _kernel_minor=9 _gcc_more_v='20240221.2'