Add 'poe' suffix to the title if that version is chosen

The 'poe' suffix will help to recognize proper relase.
This commit is contained in:
Daniel Pawlik
2024-10-02 21:52:24 +02:00
parent 4c16ee79dd
commit e97086c653
2 changed files with 1 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ jobs:
with:
files: bin/targets/mediatek/filogic/*
tag_name: ${{ env.RELEASE_PREFIX }}-${{ env.REMOTE_BRANCH }}-${{ env.RELEASE_DATE }}
name: OpenWRT BPI-R4 + BE14 + luci BE - ${{ env.REMOTE_BRANCH }} - ${{ env.RELEASE_DATE }}
name: OpenWRT BPI-R4 ${{ env.DEVICE_CONFIG }} + BE14 + luci BE - ${{ env.REMOTE_BRANCH }} - ${{ env.RELEASE_DATE }}
body: |
Updated prebuilt images for ${{ env.RELEASE_DATE }} with BE14, luci BE, basic 5G modem packages, that was
expected by the community members.

View File

@@ -5,8 +5,5 @@
CONFIG_TARGET_mediatek=y
CONFIG_TARGET_mediatek_filogic=y
CONFIG_TARGET_mediatek_filogic_DEVICE_bananapi_bpi-r4-poe=y
<<<<<<< HEAD
=======
CONFIG_PACKAGE_mt7988-2p5g-phy-firmware=y
>>>>>>> mikewilks-poe-option