X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/5714c463cda051ee37d146a7c6511407e0856ddf..ce492006c529807cfcc3dafc471b71ddd8474c59:/mini.sh diff --git a/mini.sh b/mini.sh index 3547530..d219594 100644 --- a/mini.sh +++ b/mini.sh @@ -20,7 +20,7 @@ build_linux() git fetch -a -t git reset --hard asahi-6.1-rc5-9 source "$HOME/.cargo/env" - cat ../../upstream.config > .config + curl https://raw.githubusercontent.com/AsahiLinux/PKGBUILDs/main/linux-asahi/config | grep -v CONFIG_LOCALVERSION > .config make LLVM=-14 olddefconfig make LLVM=-14 -j `nproc` V=0 > /dev/null sudo make LLVM=-14 modules_install @@ -34,7 +34,7 @@ build_m1n1() test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1 cd m1n1 git fetch -a -t - git reset --hard v1.1.8; + git reset --hard v1.2.2; make -j `nproc` ) } @@ -45,8 +45,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-v2022.07-4; - curl -s https://tg.st/u/0001-usb-request-on-8-bytes-for-USB_SPEED_FULL-bMaxPacket.patch | git am - + git reset --hard origin/asahi; make apple_m1_defconfig make -j `nproc`