Remove "usbspeed=full"

Should no longer be needed with f784824254

https://github.com/probonopd/MiniDexed/issues/39#issuecomment-1062604728
pull/42/head
probonopd 3 years ago committed by GitHub
parent f784824254
commit 29ee39521f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/build.yml

@ -64,7 +64,8 @@ jobs:
cp -r ./circle-stdlib/libs/circle/boot/* sdcard cp -r ./circle-stdlib/libs/circle/boot/* sdcard
rm -rf sdcard/config*.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux rm -rf sdcard/config*.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux
cp ./src/config.txt ./src/minidexed.ini ./src/*img sdcard/ cp ./src/config.txt ./src/minidexed.ini ./src/*img sdcard/
echo "usbspeed=full" > sdcard/cmdline.txt # echo "usbspeed=full" > sdcard/cmdline.txt
"" > sdcard/cmdline.txt
cd sdcard cd sdcard
cp ../kernels/* . || true cp ../kernels/* . || true
zip -r ../MiniDexed_$GITHUB_RUN_NUMBER_$(date +%Y-%m-%d).zip * zip -r ../MiniDexed_$GITHUB_RUN_NUMBER_$(date +%Y-%m-%d).zip *

Loading…
Cancel
Save