X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/1dd4fa206b95eea9d3e45a375de28dfddd00f595..26f5bdf315fa59b2cc93158de1f92e5a1e6ee7cd:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index 3216948..8cf87aa 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -30,6 +30,8 @@ build_linux() curl -s https://tg.st/u/0001-4k-iommu-patch.patch | git am - curl -s https://tg.st/u/DXyl.patch | git am - curl -s https://tg.st/u/0001-apple-mca-correct-prinkts.patch | git am - + curl -s https://tg.st/u/0001-Hookup-gpio-backlight.patch | git am - + curl -s https://tg.st/u/XKVZ.patch | git am - curl -s https://tg.st/u/config-2022-02-19 > .config make olddefconfig make -j $(( 2* `nproc`)) V=0 bindeb-pkg @@ -156,7 +158,7 @@ publish_artefacts() { export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` cp ${KERNEL} k.deb - sudo mv m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb /u/ + sudo cp m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb m1n1/build/m1n1.bin m1n1/build/m1n1.macho /u/ } mkdir -p build