Trying to figure out the architecture to get for my OpenWrt router #2006
Answered
by
zonyitoo
o-alquimista
asked this question in
Q&A
-
My router is the Archer C6 v3 and it's running OpenWrt 24.10.2. Its architecture seems to be "mipsel" from what I see in
There is a pre-built binary named So I guess I'll have to build it myself? Just wanted to be sure. |
Beta Was this translation helpful? Give feedback.
Answered by
zonyitoo
Aug 16, 2025
Replies: 1 comment 5 replies
-
Ah, bad luck. Looks like my platform ( |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is all because mips* targets are demoted to tier 3. Even
rustc
itself couldn't provide a stable release for mips*.You may try to run
cargo
with-Zbuild-std
and more other necessary flags.