From 367c5eee2050d89a9e061771c0536ec770fea100 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 14 Mar 2023 13:28:25 +0100 Subject: [PATCH] bump kernel version --- m1n1_uboot_kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 661265a..a63ff10 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -32,7 +32,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.2-5; + git reset --hard asahi-6.2-7; cat ../../config.txt > .config make LLVM=${CLANG_VERSION} rustavailable make LLVM=${CLANG_VERSION} olddefconfig -- 2.39.2