/openwrt-dist

OpenWRT router custom building bot & feed.

GNU General Public License v3.0GPL-3.0

OpenWRT dist

Build with GitHub Workflow daily.

This project is only for OpenWRT routers. Currently it's based on 18.06.

You may want original project here.

Usage

You can use the following command to get architecture. opkg print-architecture | awk '{print $2}'

Then, check your architecture in all branches and add the following line to /etc/opkg.conf.

src/gz simonsmh_base https://github.com/simonsmh/openwrt-dist/raw/{architecture}/packages/{architecture}/base
src/gz simonsmh_packages https://github.com/simonsmh/openwrt-dist/raw/{architecture}/targets/{architecture}/{architecture}/packages

Then install what you want.

opkg update
opkg install ChinaDNS
opkg install luci-app-chinadns
opkg install dns-forwarder
opkg install luci-app-dns-forwarder
opkg install shadowsocks-libev
opkg install luci-app-shadowsocks
opkg install pdnsd
opkg install luci-app-pdnsd

For more detail please check the base directory.

You can also search and install them in LuCI or SCP/FTP upload these downloaded files to your router, then login to your router and use opkg to install these .ipk file.

Build it yourself

Check here

License

GPLv3

Credit

Copyright © 2017-2019 simonsmh