]> git.zerfleddert.de Git - m1-debian/commitdiff
switch to 4k
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 20 Jul 2022 21:06:24 +0000 (23:06 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 20 Jul 2022 21:06:24 +0000 (23:06 +0200)
bootstrap.sh

index 0d5ecad66b10568f5ad9b3f5d099d664998d5f10..6b747ff0a985a8428fc4762a72e2d8ed8af716e6 100644 (file)
@@ -28,7 +28,8 @@ build_linux()
         git fetch
         git reset --hard origin/asahi; git clean -f -x -d &> /dev/null
         curl -s https://tg.st/u/40c9642c7569c52189f84621316fc9149979ee65.patch | git am -
-        curl -s https://tg.st/u/config-2022-07-19-16k.txt > .config
+        curl -s https://tg.st/u/0001-4k-iommu-patch-2022-07-20.patch | git am -
+        curl -s https://tg.st/u/config-2022-07-19-4k.txt > .config
         make olddefconfig
         make -j `nproc` V=0 bindeb-pkg > /dev/null
 )
Impressum, Datenschutz