-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi there, that is a really cool project! I've learned about it over SSB and I thought of giving it a try :)
My first thought was to try to compile it to OpenWRT routers and test on one of my devices.
I've recently tried to compile my project to a router, and I was impressed on how easy it was. It required a fix on async-std, but that was all. I thought that this project would also work with the new async-std version, so I gave it a try.
After installing cross, I could give my first try:
cross build --target mips-unknown-linux-musl
This led me to errors on sled, so it might need more patches downstream...
My intent here is to say kudos for the idea, and offer help if you have interest in putting this project on OpenWRT devices :)
I can at least give it a try and help debug, if that is helpful. Cheers!