Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.3 KB

OpenWrt Cloud Compile with GitHub Actions

Special thanks to related projects:

Usage

  1. Fork this repository. Switch to the openwrt branch for a clean build.
  2. Customize your firmware in settings/.config file. (optional)
  3. Commit changes and push to GitHub to trigger the workflow.
  4. Make a cup of coffee, and wait for the build to finish (about 1 hour).
  5. Download firmware from Actions/Artifacts page.

Build from other sources

You can choose to build from official OpenWrt, ImmortalWrt, Lean's source, or any other repository and branch/tag. Specify your choice in build-openwrt.yml file here.

Tiny modification may be needed if you want to build from other repositories. I have my code tested building from ImmortalWrt and Lean's source. You can find the corresponding branches in this repository.

I18N