From 5bde287a173ac6f25e2452fb0410e5fa34c52561 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Thu, 26 Sep 2024 14:33:05 +0200 Subject: [PATCH] Switch to openssl on u6-lite and uap-ac-lr --- .github/workflows/u6lite.yaml | 3 +++ .github/workflows/unifi_ac_lr.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/u6lite.yaml b/.github/workflows/u6lite.yaml index 1b14e4a..65f4834 100644 --- a/.github/workflows/u6lite.yaml +++ b/.github/workflows/u6lite.yaml @@ -61,6 +61,9 @@ jobs: run: | curl -SL "https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/$DEVICE_CONFIG" > .config curl -SL "https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/$ROLE_CONFIG" >> .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 diff --git a/.github/workflows/unifi_ac_lr.yaml b/.github/workflows/unifi_ac_lr.yaml index e4aab74..e26c608 100644 --- a/.github/workflows/unifi_ac_lr.yaml +++ b/.github/workflows/unifi_ac_lr.yaml @@ -61,6 +61,9 @@ jobs: run: | curl -SL "https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/$DEVICE_CONFIG" > .config curl -SL "https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/$ROLE_CONFIG" >> .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