Skip to content

ceclinux/Auto-Build-OpenWrt

 
 

Repository files navigation

Auto-Build-OpenWrt

LICENSE GitHub Stars GitHub Forks

Build OpenWrt using GitHub Actions

Read the details in P3TERX blog (in Chinese) | 中文教程

Status

Build Lean_LEDE_B70 Build Lean_LEDE_K2P Build Lean_LEDE_K2T Build Lean_LEDE_HC5962 Build Lean_LEDE_Redmi_AC2100

Config

rm -f .config.old && make defconfig && ./scripts/diffconfig.sh > seed.config && cat seed.config

Usage

  • Click the Use this template button to create a new repository.
  • Generate .config files using OpenWrt/Lean's OpenWrt/Lienol's OpenWrt source code. ( You can change it through environment variables in the workflow file. )
  • 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.

Acknowledgments

License

MIT © MOLUN

About

使用 GitHub Actions 编译 OpenWrt for HiWiFi B70/Redmi AC2100/PHICOMM K2P、K2T、N1

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%