Skip to content

在线集成编译 OpenWrt Cloud Compile with GitHub Actions

License

Notifications You must be signed in to change notification settings

muhac/openwrt-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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