X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/e7c11fa60739c922343ff4f779351695c818ba20..ce492006c529807cfcc3dafc471b71ddd8474c59:/mini.sh diff --git a/mini.sh b/mini.sh index f3d8abd..d219594 100644 --- a/mini.sh +++ b/mini.sh @@ -34,7 +34,7 @@ build_m1n1() test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1 cd m1n1 git fetch -a -t - git reset --hard v1.1.8; + git reset --hard v1.2.2; make -j `nproc` ) } @@ -55,9 +55,6 @@ build_uboot() sudo cp u-boot.bin /boot/efi/m1n1/boot.bin } -echo This results in a kernel that does get the local ethernet interface up -exit 1 - mkdir -p build cd build