/OpenWrt-AX1800

GitHub Actions build OpenWrt firmware for AX1800 and Redmi AX6 routers

Primary LanguageShellMIT LicenseMIT

OpenWrt firmware for AX1800

GitHub release (latest by date)

GitHub Actions build OpenWrt firmware for (ONLY TESTING PURPOSE):

packages

htop
tmux
ttyd
rsync
netcat
bind-dig

Thanks

https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem

https://github.com/robimarko/openwrt/tree/ipq807x-5.15

https://github.com/robimarko/nss-packages

https://github.com/Boos4721/openwrt

https://github.com/coolsnowwolf/openwrt-gl-ax1800

https://github.com/kenzok8/openwrt-packages

https://github.com/kenzok8/small

https://github.com/immortalwrt/packages

https://github.com/P3TERX/OpenWrt-Newifi_D2

使用 GitHub Actions 云编译 OpenWrt

https://github.com/ophub/amlogic-s9xxx-openwrt/blob/main/router-config/README.cn.md

  1. 创建 PAT (personal access token) 赋予 public_repo (Access public repositories) 权限即可
  2. 新建 repo secrets 变量,并将第一步创建的 PAT (personal access token) 赋值给 repo secrets
  3. 设置 Github Actions 的 Workflow 具有 读写权限 (Read and write permissions)

Fork 仓库并设置 GH_TOKEN

img

img

使用 GitHub Actions 云编译 OpenWrt 2019-11-14 P3TERX