go get github.com/tarm/serial
go get github.com/brutella/hc
go get github.com/brutella/hc/accessory
env GOOS=linux GOARCH=arm GOARM=7 go build
scp resulting binary to router
On router:
opkg update && opkg install kmod-usb-acm
./home_led_srv &
Exit SSH session