Skip to content

Commit

Permalink
Disable temporary LTO on u6lite and uap ac lr
Browse files Browse the repository at this point in the history
  • Loading branch information
danpawlik committed Nov 23, 2024
1 parent 154f65b commit 47d7b79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/u6lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unifi_ac_lr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47d7b79

Please sign in to comment.