]> git.zerfleddert.de Git - m1-debian/commitdiff
bump versions
authorThomas Glanzmann <thomas@glanzmann.de>
Mon, 9 Oct 2023 18:32:03 +0000 (20:32 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Mon, 9 Oct 2023 18:32:03 +0000 (20:32 +0200)
m1n1_uboot_kernel.sh

index 46d203df69a07796aefd18c58b5e83667204b521..30f5853759626f0a7e2ee8292fb67a575af7fc08 100644 (file)
@@ -16,7 +16,7 @@ source "$(pwd)/build/cargo/env"
 unset LC_CTYPE
 unset LANG
 
-export M1N1_VERSION=1.4.0
+export M1N1_VERSION=1.4.2
 
 build_linux()
 {
@@ -24,7 +24,7 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.5-8;
+        git reset --hard asahi-6.5-12
         cat ../../config.txt > .config
         make LLVM=${CLANG_VERSION} rustavailable
         make LLVM=${CLANG_VERSION} olddefconfig
Impressum, Datenschutz