mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Switch to main branch
This commit is contained in:
3
.github/workflows/bpi-r4-BE14-community.yaml
vendored
3
.github/workflows/bpi-r4-BE14-community.yaml
vendored
@@ -24,7 +24,8 @@ on:
|
||||
|
||||
env:
|
||||
REMOTE_REPOSITORY: danpawlik/openwrt
|
||||
REMOTE_BRANCH: v15-luci-eht${{ inputs.RMADRAD_VERSION == 'true' && '-rmadrad' || '' }}
|
||||
#REMOTE_BRANCH: v15-luci-eht${{ inputs.RMADRAD_VERSION == 'true' && '-rmadrad' || '' }}
|
||||
REMOTE_BRANCH: main
|
||||
RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_eht${{ inputs.RMADRAD_VERSION == 'true' && '-rmadrad' || '-stock' }}
|
||||
DEVICE_CONFIG: ${{ inputs.DEVICE_CONFIG == 'poe' && 'configs/mediatek/mt7988a/bpi-r4-poe' || 'configs/mediatek/mt7988a/bpi-r4' }}
|
||||
ROLE_CONFIG: configs/common/community
|
||||
|
||||
2
.github/workflows/bpi-r4-BE14.yaml
vendored
2
.github/workflows/bpi-r4-BE14.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
env:
|
||||
REMOTE_REPOSITORY: danpawlik/openwrt
|
||||
REMOTE_BRANCH: v15-luci-eht
|
||||
REMOTE_BRANCH: main
|
||||
RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_all_packages_eht
|
||||
|
||||
jobs:
|
||||
|
||||
8
.github/workflows/bpi-r4.yaml
vendored
8
.github/workflows/bpi-r4.yaml
vendored
@@ -71,10 +71,10 @@ jobs:
|
||||
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-short >> .config
|
||||
|
||||
# - name: Enable openssl
|
||||
# run:
|
||||
# sed -i '/CONFIG_PACKAGE_wpad-mbedtls=y/d' .config
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/openssl >> .config
|
||||
- name: Enable openssl
|
||||
run:
|
||||
sed -i '/CONFIG_PACKAGE_wpad-mbedtls=y/d' .config
|
||||
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/openssl >> .config
|
||||
|
||||
- name: Run defconfig
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user