]> git.zerfleddert.de Git - m1-debian/commitdiff
distro kernel config is not yet working due to missing usb
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 16 Mar 2022 19:44:12 +0000 (20:44 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 16 Mar 2022 19:44:12 +0000 (20:44 +0100)
bootstrap.sh

index 4a8ef8044deac7ad1b09b6565382e17db50673f1..5240777af6b1f36196a3fefa457112b5db0c324e 100644 (file)
@@ -29,8 +29,8 @@ build_linux()
         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/0001-4k-iommu-patch-2022-03-11.patch | git am -
-        curl -s https://tg.st/u/config-2022-03-15-4k > .config
-        curl -s https://tg.st/u/config-debian-distro-kernel-2022-03-09-4k > .config
+        curl -s https://tg.st/u/config-2022-03-15-4k > .config
+        curl -s https://tg.st/u/config-debian-distro-kernel-2022-03-09-4k > .config
         make olddefconfig
         make -j `nproc` V=0 bindeb-pkg > /dev/null
 )
Impressum, Datenschutz