File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 - name : Install dependencies
1919 run : sudo apt-get update; sudo apt-get -y install build-essential git ncurses-dev
2020 - name : Run a one-line script
21- run : git clone -b v6 .2.4 --depth 1 'https://gitlab.nic.cz/turris/turris-build' "$GITHUB_WORKSPACE"/../turris-build
21+ run : git clone -b v7 .2.3 --depth 1 'https://gitlab.nic.cz/turris/turris-build' "$GITHUB_WORKSPACE"/../turris-build
2222 - name : Update feeds.conf for local repo
2323 run : cd "$GITHUB_WORKSPACE"/../turris-build; sed -i "s|^src-git cesnet.*|src-git cesnet $GITHUB_WORKSPACE|" feeds.conf
2424 - name : Prepare build for Turris MOX
4343 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4444 - uses : actions/checkout@v5
4545 - name : Install dependencies
46- run : sudo apt-get update; sudo apt-get -y install build-essential git ncurses-dev wget rsync
46+ run : sudo apt-get update; sudo apt-get -y install build-essential git ncurses-dev wget rsync zstd
4747 - name : Download SDK
48- run : cd ..; wget -O /dev/stdout "https://downloads.openwrt.org/releases/22.03 .3/targets/ath79/generic/openwrt-sdk-22.03 .3-ath79-generic_gcc-11.2 .0_musl.Linux-x86_64.tar.xz " | tar -xJf -
48+ run : cd ..; wget -O /dev/stdout "https://downloads.openwrt.org/releases/24.10 .3/targets/ath79/generic/openwrt-sdk-24.10 .3-ath79-generic_gcc-13.3 .0_musl.Linux-x86_64.tar.zst " | zstd -d | tar -xf -
4949 - name : Update feeds.conf for local repo
5050 run : cd "$GITHUB_WORKSPACE"/../openwrt-sdk-*-generic_gcc-*_musl.Linux-x86_64; echo "src-git cesnet $GITHUB_WORKSPACE" >> feeds.conf.default
5151 - name : Prepare build for TPLINK Archer C7
You can’t perform that action at this time.
0 commit comments