Build OpenWrt using GitHub Actions
cd ~/lede && git pull && ./scripts/feeds update -a &&./scripts/feeds install -a && make menuconfig
- Sign up for GitHub Actions
- Fork this GitHub repository
- Generate
.config
files using Lean's OpenWrt source code. - Push
.config
file to the GitHub repository, and the build starts automatically.Progress can be viewed on the Actions page. - When the build is complete, click the
Artifacts
button in the upper right corner of the Actions page to download the binaries.