From: Thomas Glanzmann Date: Fri, 4 Mar 2022 11:19:10 +0000 (+0100) Subject: new config for the dpms patch from marcan X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/ee406c858665f79e35ab6001c855694adc5a4379 new config for the dpms patch from marcan --- diff --git a/bootstrap.sh b/bootstrap.sh index 5d90ba9..e7729aa 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,7 +27,7 @@ build_linux() cd linux git fetch git reset --hard origin/asahi; git clean -f -x -d &> /dev/null - curl -s https://tg.st/u/config-2022-03-02-16k > .config + curl -s https://tg.st/u/config-2022-03-04-16k > .config make olddefconfig make -j `nproc` V=0 bindeb-pkg > /dev/null )