From: Thomas Glanzmann Date: Wed, 23 Feb 2022 21:02:41 +0000 (+0100) Subject: remove obsolete file X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/2dea708f5c8a2a7903ef9bcc1556d7b44202955d remove obsolete file --- diff --git a/dcp.sh b/dcp.sh deleted file mode 100644 index ca36f9a..0000000 --- a/dcp.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -set -x -set -e - -unset LC_CTYPE -unset LANG - -build_linux() -{ -( - test -d linux || git clone https://github.com/jannau/linux -b asahi-dcp - cd linux - git fetch - git reset --hard asahi-dcp; git clean -f -x -d - curl -s https://tg.st/u/5nly | git am - - curl -s https://tg.st/u/0wM8 | git am - - curl -s https://tg.st/u/m1-dcp-2022-01-30-config > .config - make olddefconfig - make -j 16 bindeb-pkg -) -} - -mkdir -p build/dcp -cd build/dcp - -build_linux