From: Thomas Glanzmann Date: Wed, 9 Mar 2022 19:53:24 +0000 (+0100) Subject: pull sound branch X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/f70867a08ae93f412faf85c9d36761abc57dd93f pull sound branch --- diff --git a/bootstrap.sh b/bootstrap.sh index f093a67..7a2d88a 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -29,6 +29,7 @@ build_linux() git reset --hard origin/asahi; git clean -f -x -d &> /dev/null curl -s https://tg.st/u/0001-4k-iommu-patch.patch | git am - curl -s https://tg.st/u/config-2022-03-09-4k > .config + git pull --commit https://github.com/povik/linux asahi-sound-wip make olddefconfig make -j `nproc` V=0 bindeb-pkg > /dev/null )