We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafb508 commit 40cac64Copy full SHA for 40cac64
1 file changed
build.sh
@@ -38,6 +38,7 @@ apply_patches() {
38
39
build_firmware() {
40
cd openwrt
41
+ export TERM=xterm
42
43
cp ${GITHUB_WORKSPACE}/configs/${BUILD_PROFILE} .config
44
make -j$(($(nproc) + 1)) V=e || make -j1 V=sc || exit 1
0 commit comments