Skip to content

devlincashman/openwrt-autobuilder

 
 

Repository files navigation

OpenWrt-AutoBuilder

Build amd64 Lede Build amd64 immortalwrt

Openwrt amd64 (x86 64bit) CPU 自動鏡像生成 Based on P3TERX/Actions-OpenWrt

Read the details in p3terx's blog (in Chinese) | 中文教程

Configuration

  • Gateway: 192.168.1.1
  • Add additional luci packages
  • Add additional tools
  • Theme: bootstrap (default)
  • Change Root password if present (Copy encoded password from /etc/shadow)

API

https://documenter.getpostman.com/view/14290/SzKPUgEo

Build your own

  • Click the Use this template button to create a new repository.
  • Generate .config files using Lean'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