From: Thomas Glanzmann Date: Fri, 28 Jan 2022 20:46:00 +0000 (+0100) Subject: Merge branch 'master' of a.gmvl.de:/git/m1-debian X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/dce2ca6a5700bdeffc8b0191a2a1fcc893b9b1ec?hp=e93e30bcd3b596d339066e3ee676646937d97353 Merge branch 'master' of a.gmvl.de:/git/m1-debian --- diff --git a/bootstrap.sh b/bootstrap.sh index ad0b1c4..f580010 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -42,7 +42,8 @@ build_linux() git reset --hard origin/asahi; git clean -f -x -d curl -s https://tg.st/u/9ce9060dea91951a330feeeda3ad636bc88c642c.patch | git am - curl -s https://tg.st/u/5nly | git am - - curl -s https://tg.st/u/m1-config-2022-01-27 > .config + curl -s https://tg.st/u/0wM8 | git am - + curl -s https://tg.st/u/config-2022-01-28 > .config make olddefconfig make -j 16 bindeb-pkg )