Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1010 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 1010 Bytes

openwrt-utils

SiEra

Requirements :

  • OpenWrt >= 15.01
  • 8MB (flash)/64MB (RAM) router at least.

Direct install

Access to your router via ssh, and download the script.

You may need to update wget for ssl support :

opkg update
opkg install libustream-openssl ca-bundle ca-certificates
opkg install wget --force-reinstall

Install :

wget "https://raw.githubusercontent.com/raymas/openwrt-utils/master/install.sh" && sh install.sh && rm install.sh

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • raymas - Initial work - raymas

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details