From: Thomas Glanzmann Date: Wed, 17 May 2023 05:40:36 +0000 (+0200) Subject: bump m1n1 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/457e60ad6ddeab6471022d12792e042f5b4695ee bump m1n1 --- diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 20bc545..1ba642d 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -48,7 +48,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.7-6-gae1bcd6; + git reset --hard v1.2.7-7-g076217a; make -j `nproc` ) } @@ -71,7 +71,7 @@ build_uboot() 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