mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Switch to v14-luci-eht-rmadrad; rename file
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
# Janusz fix: https://github.com/openwrt/openwrt/pull/16342
|
||||
# Luci fix: https://github.com/openwrt/luci/pull/7279
|
||||
name: BPI-R4 + BE14 + EHT fix by Janusz + luci BE
|
||||
|
||||
@@ -13,10 +12,10 @@ on:
|
||||
|
||||
env:
|
||||
REMOTE_REPOSITORY: danpawlik/openwrt
|
||||
REMOTE_BRANCH: be14-janusz-v12-luci
|
||||
REMOTE_BRANCH: v14-luci-eht-rmadrad
|
||||
RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_eht
|
||||
DEVICE_CONFIG: ${{ inputs.DEVICE_CONFIG == 'poe' && 'configs/mediatek/mt7988a/bpi-r4-poe' || 'configs/mediatek/mt7988a/bpi-r4' }}
|
||||
ROLE_CONFIG: configs/common/main-router
|
||||
ROLE_CONFIG: configs/common/community
|
||||
|
||||
jobs:
|
||||
check_commits:
|
||||
@@ -70,7 +69,7 @@ jobs:
|
||||
sed -i '/CONFIG_PACKAGE_wpad-mbedtls=y/d' .config
|
||||
curl -SL https://raw.githubusercontent.com/${{ github.repository_owner }}/openwrt-builder/master/configs/common/openssl >> .config
|
||||
curl -SL https://raw.githubusercontent.com/${{ github.repository_owner }}/openwrt-builder/master/configs/common/lte-5g-modem >> .config
|
||||
curl -SL https://raw.githubusercontent.com/${{ github.repository_owner }}/openwrt-builder/master/configs/common/community >> .config
|
||||
curl -SL https://raw.githubusercontent.com/${{ github.repository_owner }}/openwrt-builder/master/${{ env.ROLE_CONFIG }} >> .config
|
||||
|
||||
- name: Run defconfig
|
||||
run: |
|
||||
6
.github/workflows/bpi-r4-BE14.yaml
vendored
6
.github/workflows/bpi-r4-BE14.yaml
vendored
@@ -1,5 +1,4 @@
|
||||
---
|
||||
# Based on https://github.com/JuliusBairaktaris/Qualcommax_NSS_Builder/blob/main/.github/workflows/build.yaml
|
||||
name: BPI-R4 + all packages + BE14 + luci BE
|
||||
|
||||
on:
|
||||
@@ -7,11 +6,8 @@ on:
|
||||
|
||||
env:
|
||||
REMOTE_REPOSITORY: danpawlik/openwrt
|
||||
# REMOTE_BRANCH: be14
|
||||
REMOTE_BRANCH: be14-janusz-v12-luci
|
||||
REMOTE_BRANCH: v14-luci-eht-rmadrad
|
||||
RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_all_packages_eht
|
||||
DEVICE_CONFIG: configs/mediatek/mt7988a/bpi-r4
|
||||
ROLE_CONFIG: configs/common/main-router
|
||||
|
||||
jobs:
|
||||
check_commits:
|
||||
|
||||
Reference in New Issue
Block a user