]> git.zerfleddert.de Git - m1-debian/commitdiff
bump versions
authorThomas Glanzmann <thomas@glanzmann.de>
Sun, 12 Nov 2023 08:55:24 +0000 (09:55 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sun, 12 Nov 2023 08:55:24 +0000 (09:55 +0100)
m1n1_uboot_kernel.sh

index 3129b1b3338c54e105139c8218af1d13db3a5eea..9ae38efc6b0e3df8f314a73c79828e7c5ff620b9 100644 (file)
@@ -16,7 +16,8 @@ source "$(pwd)/build/cargo/env"
 unset LC_CTYPE
 unset LANG
 
-export M1N1_VERSION=1.4.3
+export M1N1_VERSION=1.4.6
+export KERNEL_VERSION=asahi-6.5-26
 
 build_linux()
 {
@@ -24,7 +25,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-15
+        git reset --hard $KERNEL_VERSION
         git clean -f -x -d > /dev/null
         cat ../../config.txt > .config
         make LLVM=-15 rustavailable
Impressum, Datenschutz