From: Thomas Glanzmann Date: Tue, 14 Mar 2023 12:28:25 +0000 (+0100) Subject: bump kernel version X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/367c5eee2050d89a9e061771c0536ec770fea100 bump kernel version --- 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