Skip to content

ibrother/openwrt-feeds

Repository files navigation

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)