Skip to content

Commit

Permalink
Add mipsel_24kc-static build
Browse files Browse the repository at this point in the history
  • Loading branch information
klzgrad committed Nov 2, 2022
1 parent 0a8242d commit 8c31c8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,10 @@ jobs:
openwrt: 'target=ramips subtarget=rt305x'
target_cpu: mipsel
extra: 'mips_arch_variant="r2" mips_float_abi="soft" mips_tune="24kc"'
- arch: mipsel_24kc-static
openwrt: 'target=ramips subtarget=rt305x'
target_cpu: mipsel
extra: 'mips_arch_variant="r2" mips_float_abi="soft" mips_tune="24kc" build_static=true'
- arch: mipsel_74kc
openwrt: 'target=ramips subtarget=rt3883'
target_cpu: mipsel
Expand Down

0 comments on commit 8c31c8d

Please sign in to comment.