Use branch be14-and-hostapd-janusz-v5 for build; add openssl into ax3200

This commit is contained in:
Daniel Pawlik
2024-09-13 21:32:14 +02:00
parent 9f642bbdf1
commit 5429bd9da1
3 changed files with 4 additions and 2 deletions

View File

@@ -61,6 +61,8 @@ jobs:
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7622/ax3200 > .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/dumb_ap >> .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot-short >> .config
sed -i '/CONFIG_PACKAGE_wpad-mbedtls=y/d' .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/openssl >> .config
make defconfig
- name: Remove packages that are marked as modules

View File

@@ -9,7 +9,7 @@ on:
env:
REMOTE_REPOSITORY: danpawlik/openwrt
REMOTE_BRANCH: be14-and-hostapd-janusz-v4
REMOTE_BRANCH: be14-and-hostapd-janusz-v5
RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_luci_eht
DEVICE_CONFIG: configs/mediatek/mt7988a/bpi-r4
ROLE_CONFIG: configs/common/main-router

View File

@@ -8,7 +8,7 @@ on:
env:
REMOTE_REPOSITORY: danpawlik/openwrt
# REMOTE_BRANCH: be14
REMOTE_BRANCH: be14-and-hostapd-janusz-v4
REMOTE_BRANCH: be14-and-hostapd-janusz-v5
RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_all_packages_eht
DEVICE_CONFIG: configs/mediatek/mt7988a/bpi-r4
ROLE_CONFIG: configs/common/main-router