From 87046c289689cde69239a851763c1e67a1966109 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 19 Feb 2022 18:53:18 +0100 Subject: [PATCH] two more sound patches --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 3c295ed..3216948 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -28,6 +28,8 @@ build_linux() git fetch git reset --hard origin/asahi; git clean -f -x -d &> /dev/null curl -s https://tg.st/u/0001-4k-iommu-patch.patch | git am - + curl -s https://tg.st/u/DXyl.patch | git am - + curl -s https://tg.st/u/0001-apple-mca-correct-prinkts.patch | git am - curl -s https://tg.st/u/config-2022-02-19 > .config make olddefconfig make -j $(( 2* `nproc`)) V=0 bindeb-pkg -- 2.39.2