File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7676jobs :
7777 build :
7878 name : Build MT7621 u-boot
79- runs-on : ubuntu-22.04
79+ runs-on : ubuntu-latest
8080 strategy :
8181 fail-fast : False
8282
9696
9797 - name : Download OpenWrt toolchain
9898 run : |
99- wget -O - https://github.com/DragonBluep/uboot-mt7621/releases/download/20221120 /openwrt-sdk-19.07.10- ramips-mt7621_gcc-7.5 .0_musl.Linux-x86_64.tar.xz \
99+ wget -O - https://github.com/DragonBluep/uboot-mt7621/releases/download/20230517 /openwrt-toolchain- ramips-mt7621_gcc-12.3 .0_musl.Linux-x86_64.tar.xz \
100100 | tar --xz -xf -
101101
102102 - name : Set old DDR timing parameters
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# toolchain path
4- Toolchain=$( cd ../openwrt* /staging_dir/ toolchain-mipsel* /bin; pwd) ' /mipsel-openwrt-linux-'
4+ Toolchain=$( cd ../openwrt* /toolchain-mipsel* /bin; pwd) ' /mipsel-openwrt-linux-'
55Staging=${Toolchain%/ toolchain-* }
66
77echo " CROSS_COMPILE=${Toolchain} "
You can’t perform that action at this time.
0 commit comments