From cd8467f7d431fb773a9c36b5ec4fb14676d605ea Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 20 Mar 2023 20:28:54 +0100 Subject: [PATCH] bump to latest stable release --- m1n1_uboot_kernel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index a63ff10..093647f 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-7; + git reset --hard asahi-6.2-11; cat ../../config.txt > .config make LLVM=${CLANG_VERSION} rustavailable make LLVM=${CLANG_VERSION} olddefconfig @@ -46,7 +46,7 @@ build_m1n1() test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1 cd m1n1 git fetch -a -t - git reset --hard v1.2.5; + git reset --hard v1.2.6; make -j `nproc` ) } -- 2.39.2