X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/d5659d5f502f695f7a321c3aa06518e29a6e9e65..d08a2844ee22b3b68498d4340e01acee13e920a3:/m1n1_uboot_kernel.sh diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 661265a..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-5; + 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` ) }