Skip to content

Commit

Permalink
Switch to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danpawlik committed Nov 23, 2024
1 parent 7ed1e7f commit 2f7da1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bpi-r4-BE14-community.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bpi-r4-BE14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/bpi-r4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f7da1a

Please sign in to comment.