Cross-compiling for OpenWRT 15.05, targeting RAK634 (aka MT7628N) hardware
-
Install cargo
cross
; cargo install cross
-
Build
; cross build --release --target mipsel-unknown-linux-musl
-
Copy
gateway
to the target machine; scp target/mipsel-unknown-linux-musl/release/gateway user@target-machine:.