mirror of
https://github.com/net-byte/vtun
synced 2024-03-14 10:50:03 +08:00
support openwrt
This commit is contained in:
parent
7bb8f4b04c
commit
e08ea24c48
@ -8,6 +8,6 @@ GOOS=linux GOARCH=arm64 go build -o ./bin/vtun-linux-arm64 ./main.go
|
||||
#Mac amd64
|
||||
GOOS=darwin GOARCH=amd64 go build -o ./bin/vtun-darwin-amd64 ./main.go
|
||||
#Openwrt mipsel_24kc
|
||||
GOOS=linux GOARCH=mipsle GOMIPS=softfloat -o ./bin/vtun-mipsel_24kc ./main.go
|
||||
GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -o ./bin/vtun-mipsel_24kc ./main.go
|
||||
|
||||
echo "DONE!!!"
|
||||
|
Loading…
Reference in New Issue
Block a user