From: Thomas Glanzmann Date: Sat, 13 Aug 2022 17:25:12 +0000 (+0200) Subject: dont use the chosen patch X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/f477e5eddfbaf1b0787a5d7a1f4d33a224714b15?hp=22cfe426d409071e3a62934315806e0a3b083fc5 dont use the chosen patch --- diff --git a/bootstrap.sh b/bootstrap.sh index 68d41c4..13b3091 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -57,6 +57,7 @@ build_uboot() # For tag, see https://github.com/AsahiLinux/PKGBUILDs/blob/main/uboot-asahi/PKGBUILD git reset --hard asahi-v2022.07-2; git clean -f -x -d &> /dev/null curl -s https://tg.st/u/0001-usb-storage-continue-probe-on-Invalid-device.patch | git am - + git revert --no-edit 4d2b02faf69eaddd0f73758ab26c456071bd2017 make apple_m1_defconfig make -j `nproc` )