X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/4f88b92567806980ac34b8f0225d668790c4c955..e5a3ffbe79597596cf5987286a0711c00d65a047:/m1n1_uboot_kernel.sh diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index dc30fd4..5536715 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -24,7 +24,8 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.5-13 + git reset --hard asahi-6.5-15 + git clean -f -x -d > /dev/null cat ../../config.txt > .config make LLVM=-15 rustavailable make LLVM=-15 olddefconfig @@ -49,7 +50,7 @@ build_uboot() test -d u-boot || git clone https://github.com/AsahiLinux/u-boot cd u-boot git fetch -a -t - git reset --hard asahi-v2023.07.02-2; + git reset --hard asahi-v2023.07.02-3 make apple_m1_defconfig make -j `nproc`