Skip to content

Commit

Permalink
Update build_mwlwifi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trinidude4 authored Dec 17, 2024
1 parent 65315c2 commit 1071179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mwlwifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
wget https://downloads.openwrt.org/releases/$BUILD_TARGET/targets/mvebu/cortexa9/config.buildinfo -O .config
wget https://downloads.openwrt.org/releases/$BUILD_TARGET/targets/mvebu/cortexa9/openwrt-sdk-$BUILD_TARGET-mvebu-cortexa9_gcc-13.3.0_musl_eabi.Linux-x86_64.tar.xz
tar -xhf openwrt-sdk-*.tar.xz
wget https://downloads.openwrt.org/releases/$BUILD_TARGET/targets/mvebu/cortexa9/openwrt-sdk-$BUILD_TARGET-mvebu-cortexa9_gcc-13.3.0_musl_eabi.Linux-x86_64.tar.zst
tar --zstd -xf openwrt-sdk-*.tar.zst
rsync -a openwrt-sdk-$BUILD_TARGET-mvebu-cortexa9_gcc-13.3.0_musl_eabi.Linux-x86_64/* .
- name: Update feeds
Expand Down

0 comments on commit 1071179

Please sign in to comment.