From a310314451c618a25b1403a58c0ad0726db760dc Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 12 Nov 2023 09:55:24 +0100 Subject: [PATCH] bump versions --- m1n1_uboot_kernel.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 3129b1b..9ae38ef 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -16,7 +16,8 @@ source "$(pwd)/build/cargo/env" unset LC_CTYPE unset LANG -export M1N1_VERSION=1.4.3 +export M1N1_VERSION=1.4.6 +export KERNEL_VERSION=asahi-6.5-26 build_linux() { @@ -24,7 +25,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.5-15 + git reset --hard $KERNEL_VERSION git clean -f -x -d > /dev/null cat ../../config.txt > .config make LLVM=-15 rustavailable -- 2.39.2