X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/1ed5d483e884437fefd3eec9893b76e6bf5d4249..b403cd99fa4f5f00c109d783524fc7d503e3fced:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index 8086c7e..e7729aa 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,8 +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/XKVZ.patch | git am - - 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 )