]> git.zerfleddert.de Git - m1-debian/commitdiff
bump m1n1 version
authorThomas Glanzmann <thomas@glanzmann.de>
Thu, 4 May 2023 16:04:36 +0000 (18:04 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Thu, 4 May 2023 16:04:36 +0000 (18:04 +0200)
m1n1_uboot_kernel.sh

index 2ef62de8e89db42bb62c6da37e48afc1fb2976cb..2e69f78b59d973dfa6b689467934a58838c6db2b 100644 (file)
@@ -47,7 +47,7 @@ build_m1n1()
         test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
         cd m1n1
         git fetch -a -t
-        git reset --hard v1.2.6;
+        git reset --hard v1.2.7;
         make -j `nproc`
 )
 }
@@ -70,7 +70,7 @@ build_uboot()
 package_boot_bin()
 {
 (
-        export M1N1_VERSION=1.2.6-3
+        export M1N1_VERSION=1.2.7
         rm -rf m1n1_${M1N1_VERSION}_arm64
         mkdir -p m1n1_${M1N1_VERSION}_arm64/DEBIAN m1n1_${M1N1_VERSION}_arm64/usr/lib/m1n1/
         cp u-boot.bin m1n1_${M1N1_VERSION}_arm64/usr/lib/m1n1/boot.bin
Impressum, Datenschutz