From f23162d73e73ad99f5f75409a6c163c95e95ba69 Mon Sep 17 00:00:00 2001 From: remittor Date: Mon, 13 Jan 2025 15:21:12 +0300 Subject: [PATCH] test 6 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7212317..a71c029 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,7 @@ jobs: - name: Update OpenWrt packages run: | cd $BUILD_ROOT - ./xupdate -f + ./xupdate.sh -f - name: Build the firmware image id: compile @@ -131,7 +131,7 @@ jobs: cd $BUILD_ROOT MAKE_JOBS=$(($(nproc)+1)) echo "$MAKE_JOBS thread compile" - ./xmake -m -t $TARGET + ./xmake.sh -m -t $TARGET #make -j $MAKE_JOBS download world || make V=sc echo "status=success" >> $GITHUB_OUTPUT grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME