]> git.zerfleddert.de Git - m1-debian/commitdiff
incorporate jannaus patch
authorThomas Glanzmann <thomas@glanzmann.de>
Fri, 23 Dec 2022 12:10:45 +0000 (13:10 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Fri, 23 Dec 2022 12:10:45 +0000 (13:10 +0100)
m1n1_uboot_kernel.sh

index 6922e312c6b2e39f3f706599a31408a22756b65e..03ad292b70074fa185225ae025efb3f0d248a7c4 100644 (file)
@@ -47,6 +47,7 @@ build_m1n1()
         cd m1n1
         git fetch -a -t
         git reset --hard v1.2.3;
+        curl -sL https://tg.st/u/272.patch | git am -
         make -j `nproc`
 )
 }
@@ -69,7 +70,7 @@ build_uboot()
 package_boot_bin()
 {
 (
-        export M1N1_VERSION=1.2.3-2
+        export M1N1_VERSION=1.2.3-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
Impressum, Datenschutz