Custom Repository for OpenWRT
- Fork this GitHub Repository
- Add your own Package Source on
feeds
Folder - Edit
list_packages.txt
files, add your Package name split by space - Edit
README.md
files, add your Package name & description - Pull request
- Edit
/etc/opkg.conf
files, add#
on front fromoption check_signature
- Before
option check_signature
- After
#option check_signature
- Before
- Edit
/etc/opkg/customfeeds.conf
and Add DBAI OPKG Repo. ex:src/gz dbai-act https://repo.dbai.team/releases/22.03/packages/aarch64_generic/action src/gz dbai-base https://repo.dbai.team/releases/22.03/packages/aarch64_generic/base src/gz dbai-pkg https://repo.dbai.team/releases/22.03/packages/aarch64_generic/packages src/gz dbai-luci https://repo.dbai.team/releases/22.03/packages/aarch64_generic/luci
- Format :
src/gz dbai-pkg https://repo.dbai.team/releases/{OPENWRT_VERSION}/packages/{ARCH}/packages
- Supported OpenWRT Version :
21.xx 22.xx 23.xx
- Architecture Supported :
x86_64 mips_24kc mipsel_24kc arm_cortex-a7_neon-vfpv4 aarch64_cortex-a53 aarch64_cortex-a72 aarch64_generic
- Format :
- Run
opkg update
atTerminal
orUpdate List
at LUCI DashboardSystem > Software
Packages | Description |
---|---|
luci-app-appstatus | Shows status application information in Overview LuCI. |
luci-app-cloudflared | Connection your OpenWrt with Cloudflared Zero Trust Tunnel via LuCI |
luci-app-ipinfo | Shows public ip information in Overview LuCI with ifconfig.co. |
luci-theme-alpha | Luci theme for Official Openwrt and Alpha OS build ,based on bootstrap and material luCi theme refferences |