Disable temporary LTO on u6lite and uap ac lr

This commit is contained in:
Daniel Pawlik
2024-11-23 16:41:41 +01:00
parent 154f65bd41
commit 47d7b79976
2 changed files with 8 additions and 0 deletions

View File

@@ -63,6 +63,10 @@ jobs:
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
- name: Disable LTO
run: |
sed -i '/CONFIG_USE_LTO=y/d' .config
- name: Enable openssl
run: |
sed -i '/CONFIG_PACKAGE_wpad-mbedtls=y/d' .config

View File

@@ -63,6 +63,10 @@ jobs:
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
- name: Disable LTO
run: |
sed -i '/CONFIG_USE_LTO=y/d' .config
- name: Enable openssl
run: |
sed -i '/CONFIG_PACKAGE_wpad-mbedtls=y/d' .config