From f477e5eddfbaf1b0787a5d7a1f4d33a224714b15 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 13 Aug 2022 19:25:12 +0200 Subject: [PATCH] dont use the chosen patch --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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` ) -- 2.39.2