This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 [ -e $CONFIG_FILE ] && mv $CONFIG_FILE $OPENWRTROOT/.config
7171 echo "CONFIG_ALL=y" >> $OPENWRTROOT/.config
7272 cd $OPENWRTROOT
73- make defconfig
73+ make defconfig > /dev/null 2>&1
7474
7575 - name : Generate Variables
7676 id : env
@@ -243,7 +243,7 @@ jobs:
243243 run : |
244244 for i in {0..9}
245245 do
246- curl -fsSL https://github.com/$GITHUB_REPOSITORY/releases/download/$TOOLCHAIN_TAG/$TOOLCHAIN_IMAGE.img.0$i >> TOOLCHAIN_IMAGE.img || break
246+ curl -fsL https://github.com/$GITHUB_REPOSITORY/releases/download/$TOOLCHAIN_TAG/$TOOLCHAIN_IMAGE.img.0$i >> $ TOOLCHAIN_IMAGE.img || break
247247 done
248248 mkdir openwrt-ro openwrt workdir overlay
249249 sudo mount -o loop $TOOLCHAIN_IMAGE.img openwrt-ro
Original file line number Diff line number Diff line change 9797 run : |
9898 for i in {0..9}
9999 do
100- curl -fsL https://github.com/$GITHUB_REPOSITORY/releases/download/$TOOLCHAIN_TAG/$TOOLCHAIN_IMAGE.img.0$i >> TOOLCHAIN_IMAGE.img || break
100+ curl -fsL https://github.com/$GITHUB_REPOSITORY/releases/download/$TOOLCHAIN_TAG/$TOOLCHAIN_IMAGE.img.0$i >> $ TOOLCHAIN_IMAGE.img || break
101101 done
102102 mkdir openwrt-ro openwrt workdir overlay
103103 sudo mount -o loop $TOOLCHAIN_IMAGE.img openwrt-ro
You can’t perform that action at this time.
0 commit comments