raymas / openwrt-utils

Adding neofetch, and an host based add blocker to openwrt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Adding neofetch, and an host based add blocker to openwrt

License:MIT License


Languages

Language:Shell 100.0%