mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Switch to openssl on u6-lite and uap-ac-lr
This commit is contained in:
3
.github/workflows/u6lite.yaml
vendored
3
.github/workflows/u6lite.yaml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/unifi_ac_lr.yaml
vendored
3
.github/workflows/unifi_ac_lr.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user