ferama / rospo

🐸 Simple, reliable, persistent ssh tunnels with embedded ssh server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for MIPS devices

lars18th opened this issue · comments

Hi,

I tested to compile rospo for OpenWRT devices, and it works!
So I suggest to add these targets inside the build.sh script:

### multi arch binary build
GOOS=linux GOMIPS=softfloat GOARCH=mips build
GOOS=linux GOMIPS=softfloat GOARCH=mipsle build

Regards.

Hi @ferama ,

You can merge the PR #60 to support it.

Merged. Thanks

Merged. Thanks

Don't mention it. However, I feel you'll need to update the README.md when you release the new builds. 😉