]> git.zerfleddert.de Git - m1-debian/commitdiff
bump to latest stable release
authorThomas Glanzmann <thomas@glanzmann.de>
Mon, 20 Mar 2023 19:28:54 +0000 (20:28 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Mon, 20 Mar 2023 19:28:54 +0000 (20:28 +0100)
m1n1_uboot_kernel.sh

index a63ff10045dbab7cff5085b749a347c0ebf0472b..093647f0ac2cffea5993dca4e230c7688abd59cf 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-7;
+        git reset --hard asahi-6.2-11;
         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
@@ -46,7 +46,7 @@ build_m1n1()
         test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
         cd m1n1
         git fetch -a -t
         test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
         cd m1n1
         git fetch -a -t
-        git reset --hard v1.2.5;
+        git reset --hard v1.2.6;
         make -j `nproc`
 )
 }
         make -j `nproc`
 )
 }
Impressum, Datenschutz