]> git.zerfleddert.de Git - m1-debian/commitdiff
bump m1n1
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 17 May 2023 05:40:36 +0000 (07:40 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 17 May 2023 05:40:36 +0000 (07:40 +0200)
m1n1_uboot_kernel.sh

index 20bc5451ba555427a62c7e7351f92f5be24673e8..1ba642d45e9418251af5618a677629950316f3f9 100644 (file)
@@ -48,7 +48,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.7-6-gae1bcd6;
+        git reset --hard v1.2.7-7-g076217a;
         make -j `nproc`
 )
 }
         make -j `nproc`
 )
 }
@@ -71,7 +71,7 @@ build_uboot()
 package_boot_bin()
 {
 (
 package_boot_bin()
 {
 (
-        export M1N1_VERSION=1.2.7-2
+        export M1N1_VERSION=1.2.7-3
         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
         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