-
Notifications
You must be signed in to change notification settings - Fork 3
Allow building OpenWRT for MIPS #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Hi @hazzik. Thanks for submitting a PR! Would you mind adding a brief PR description explaining the problem and the solution to make it easier for our reviewers? Thanks! |
| RUN echo "[target.mipsel-unknown-linux-musl]\n" >> ${CARGO_HOME}/config.toml | ||
| RUN echo "linker = \"/opt/mipsel-linux-muslsf-cross/bin/mipsel-linux-muslsf-gcc\"" >> ${CARGO_HOME}/config.toml | ||
|
|
||
| RUN curl -LO https://musl.cc/mips-linux-muslsf-cross.tgz \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file, probably needs to be re-uploaded to github releases/artifacts and url updated. Similar to the mipsel tools above.
But I obviously do not have access to do so.
|
@LukasPukenis done. |
|
@hazzik thanks! Your PR was added to our review queue. Please note that due to upcoming holidays there will be a delay. |
|
Thanks |
stalowyjez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To me it looks good, but let someone else also has a look at that, +1
I have TP-Link Archer C7 AC1750 on mips32 big endian processor. These changes allowed me to build nordvpnlite for my router.
Changes are identical to the mipsel (MIPS EL (Little Endian)) code found in the build tools.