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