A golang project
This is software repository for network attached storages, routers and other embedded devices.
Browse through ~1800 packages for different platforms:
- armv5 - http://entware.mirrors.ligux.com/binaries/armv5/Packages.html
- armv7 - http://entware.mirrors.ligux.com/binaries/armv7/Packages.html
- mipsel - http://entware.mirrors.ligux.com/binaries/mipsel/Packages.html
Take armv7 as the example Modify /opt/etc/opkg.conf:
src/gz packages http://entware.mirrors.ligux.com/binaries/armv7 dest root / dest ram /opt/tmp lists_dir ext /opt/var/opkg-lists option tmp_dir /opt/tmp
Save the file and execute opkg update
Done!
#HOW-TO
go get github.com/flzyup/entwaremirror
go build github.com/flzyup/entwaremirror
Copy the
$GOPATH/src/github.com/flzyup/entwaremirror/config.toml
file with the same location as entwaremirror binary
Modify config.toml and Run binaries, HAVE FUN!