X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/8bc111cf791a3c7e6c1f0888e8de07807508a069..8993761863e1c6c8bca5e0c5c27939ba8f8ac68f:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index 3c295ed..2a1b30f 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,7 +27,9 @@ build_linux() cd 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/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