X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/cbbcdc2540055c995cf6966218974340864575b4..882336ea48791b005b5fd596e87e275900328620:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index f380008..ab20b34 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,7 +31,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.1-rc6-5; git clean -f -x -d &> /dev/null + git reset --hard asahi-6.1-rc8-3; git clean -f -x -d &> /dev/null cat ../../config-16k.txt > .config make olddefconfig make -j `nproc` V=0 bindeb-pkg > /dev/null