yetone / openwrt-dist

Home Page:https://icyleaf-openwrt-repo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWRT dist

Openwrt Build Bot

Build with GitHub Action Workflow weekly.

This project is only for OpenWRT routers. Currently it's based on snapshot and 23.05.0-rc3.

You may want original project here.

Openwrt Package Builder

Usage

Step 1

First, Add the public key key-build.pub which is paired with private key key-build for building.

wget http://cdn.jsdelivr.net/gh/icyleaf/openwrt-dist@master/key-build.pub
opkg-key add key-build.pub

Step 2

Fetch you arch of openwrt and update the link below:

src/gz icyleaf https://icyleaf-openwrt-repo.vercel.app/{{target}}/packages/{{arch}}

For example, if you want to use snapshot target with x86_64 arch packages and you got the branch name as snapshot/packages/x86/64, You could use this line after the previous step.

echo "src/gz icyleaf https://icyleaf-openwrt-repo.vercel.app/snapshot/packages/x86/64" >> /etc/opkg/customfeeds.conf

Then install whatever you want.

opkg update
opkg install treafik
opkg install vector
...

For more detail please check the manifest.

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

Openwrt Image Builder

Build configurable images with ImageBuilder after the SDK finished building packages. The images are stored in the device named branches, like image/generic.x86_64

Reference for installation

Build it yourself

Check here

You need to make a fork and chage items in the matrix yourself to match your needs. If you need to keep your packages safe, please use usign to regenerate private key and make the repo private.

License

GPLv3

About

https://icyleaf-openwrt-repo.vercel.app

License:GNU General Public License v3.0