ibrother / openwrt-feeds

openwrt feeds, include shadowsocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWrt feeds

Build Status

Developer Guide

Using the SDK

User Guide

If the architecture of the cpu isn't mipsel_24kc, follow the developer guide to compile packages first.

for mipsel_24kc cpu, just use Opkg Package Manager to add custom feeds

edit file /etc/opkg/customfeeds.conf
src/gz taoluyun https://dl.taoluyun.net/openwrt/snapshots/packages/mipsel_24kc/taoluyun
add opkg public key
$ wget https://dl.taoluyun.net/openwrt/key-build.pub -P /tmp

$ opkg-key add /tmp/key-build.pub

Using the Image Builder to custom official firmware (optional)

About

openwrt feeds, include shadowsocks

License:GNU General Public License v2.0


Languages

Language:Lua 37.3%Language:Shell 36.5%Language:Makefile 18.8%Language:HTML 7.4%