From ef75d35ddc4bbd2e7362d8597ae696fc1045a084 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Sun, 28 Sep 2025 15:51:51 +0200 Subject: [PATCH] Creage images for BPi-R4 using GCC15 --- .github/workflows/bpi-r4-main_router.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bpi-r4-main_router.yaml b/.github/workflows/bpi-r4-main_router.yaml index 078db2b..3f048fb 100644 --- a/.github/workflows/bpi-r4-main_router.yaml +++ b/.github/workflows/bpi-r4-main_router.yaml @@ -1,5 +1,5 @@ --- -name: BPI-R4 + EEPROM fix + main_router packages +name: BPI-R4 + main_router packages + GCC15 on: workflow_dispatch: @@ -63,6 +63,7 @@ jobs: curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7988a/bpi-r4 > .config curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/main-router >> .config curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot >> .config + curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/optimize >> .config - name: Enable MLO run: | @@ -145,17 +146,11 @@ jobs: with: files: bin/targets/mediatek/filogic/* tag_name: ${{ env.RELEASE_PREFIX }}-${{ env.REMOTE_BRANCH }}-${{ env.RELEASE_DATE }} - name: OpenWRT BPI-R4 + mtk feed firmware + EEPROM fix + MLO + main_router packages - ${{ env.REMOTE_BRANCH }} - ${{ env.RELEASE_DATE }} + name: OpenWRT BPI-R4 + MLO + main_router packages +GCC15 - ${{ env.REMOTE_BRANCH }} - ${{ env.RELEASE_DATE }} body: | - Updated prebuilt images for ${{ env.RELEASE_DATE }} with BE14, with EEPROM fix and main_router packages + Updated prebuilt images for ${{ env.RELEASE_DATE }} with BE14, main_router packages + build with GCC15 Build Commit: ${{ needs.check_commits.outputs.latest_commit_sha }} - EEPROM fixes - used version [1]. Alternative [2]. - Image include CONFIG_WIFI_SCRIPTS_UCODE required to have MLO feature. - - [1] https://github.com/openwrt/mt76/pull/954 - [2] https://github.com/openwrt/mt76/pull/968 - - name: Clean up old releases uses: dev-drprasad/delete-older-releases@master with: