openwrt-build.bat 164 B

1234567
  1. echo Building openWRT
  2. set GOARCH=mipsle
  3. set GOOS=linux
  4. set GOMIPS=softfloat
  5. set CGO_ENABLED=0
  6. go build -ldflags "-s -w" -trimpath
  7. ren "arozos" "arozos_linux_mipsle"