]> git.zerfleddert.de Git - m1-debian/commitdiff
bump kernel version
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 14 Mar 2023 12:28:25 +0000 (13:28 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 14 Mar 2023 12:28:25 +0000 (13:28 +0100)
m1n1_uboot_kernel.sh

index 661265a9eea85befb3115358c0c879707e8826d2..a63ff10045dbab7cff5085b749a347c0ebf0472b 100644 (file)
@@ -32,7 +32,7 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.2-5;
+        git reset --hard asahi-6.2-7;
         cat ../../config.txt > .config
         make LLVM=${CLANG_VERSION} rustavailable
         make LLVM=${CLANG_VERSION} olddefconfig
         cat ../../config.txt > .config
         make LLVM=${CLANG_VERSION} rustavailable
         make LLVM=${CLANG_VERSION} olddefconfig
Impressum, Datenschutz