mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Add more packages for openssl common config
Let's check if by enabling more packages as it was suggested [1] will help to use the /dev/crypto. [1] https://github.com/openwrt/openwrt/pull/16628
This commit is contained in:
4
.github/workflows/bpi-r4-BE14-community.yaml
vendored
4
.github/workflows/bpi-r4-BE14-community.yaml
vendored
@@ -25,7 +25,7 @@ on:
|
||||
env:
|
||||
REMOTE_REPOSITORY: danpawlik/openwrt
|
||||
REMOTE_BRANCH: v15-luci-eht${{ inputs.RMADRAD_VERSION == 'true' && '-rmadrad' || '' }}
|
||||
RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_eht-${{ inputs.RMADRAD_VERSION == true && '-rmadrad' || '-stock' }}
|
||||
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
|
||||
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- name: What version it is created
|
||||
run: |
|
||||
echo "Version: ${{ inputs.RMADRAD_VERSION == true && 'rmadrad' || 'stock' }} for: ${{ env.DEVICE_CONFIG }} based on branch ${{ env.REMOTE_BRANCH }}"
|
||||
echo "Version: ${{ inputs.RMADRAD_VERSION == 'true' && 'rmadrad' || 'stock' }} for: ${{ env.DEVICE_CONFIG }} based on branch ${{ env.REMOTE_BRANCH }}"
|
||||
|
||||
- name: Update and install feeds
|
||||
run: |
|
||||
|
||||
4
.github/workflows/bpi-r4-BE14.yaml
vendored
4
.github/workflows/bpi-r4-BE14.yaml
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: BPI-R4 + all packages + BE14 + luci BE
|
||||
name: BPI-R4 + BE14 + all packages
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
echo "latest_commit_sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
build:
|
||||
name: Build OpenWRT for BPI-R4 with BE14
|
||||
name: Build OpenWRT for BPI-R4 with BE14 and main-router packages
|
||||
needs: [check_commits]
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
|
||||
@@ -18,4 +18,6 @@ CONFIG_OPENSSL_OPTIMIZE_SPEED=y
|
||||
# enable /dev/crypto
|
||||
CONFIG_PACKAGE_libopenssl-devcrypto=y
|
||||
CONFIG_PACKAGE_kmod-cryptodev=y
|
||||
CONFIG_PACKAGE_libopenssl-afalg=y
|
||||
CONFIG_PACKAGE_libopenssl-gost_engine=y
|
||||
#### replace mbedtls with openssl - remember to leave commented "is not set" or remove it!
|
||||
|
||||
Reference in New Issue
Block a user