Skip to content
/ openwrt-dist Public template
forked from simonsmh/openwrt-dist

OpenWRT Package & Image Build Bot with GitHub Actions

License

Notifications You must be signed in to change notification settings

rubaz100/openwrt-dist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWRT dist

Build with GitHub Action Workflow daily.

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

You may want original project here.

Openwrt Package Builder

Usage

First, Add the public dist key.

wget https://github.com/simonsmh/openwrt-dist/raw/master/simonsmh-dist.pub
opkg-key add simonsmh-dist.pub

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 https://github.com/simonsmh/openwrt-dist/raw/{architecture}

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 v2ray-plugin
opkg install luci-app-pdnsd
opkg install v2ray-core
opkg install luci-app-v2ray
opkg install luci-app-vlmcsd

For more detail please check the source code.

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 files.

Openwrt Image Builder

Build configurable images after the SDK finished building with ImageBuilder. The images are stored in the device named branchs. Reference for installation

wget https://github.com/simonsmh/openwrt-dist/raw/{device_name}

Build it yourself

Check here

License

GPLv3

Credit

Copyright © 2017-2019 simonsmh

About

OpenWRT Package & Image Build Bot with GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published