Cosmos-Break / AutoBuild-OpenWrt-Orig

Build OpenWrt using GitHub Actions | 使用 GitHub Actions 编译 OpenWrt | 感谢P3TERX的项目源码|感谢KFERMercer的项目源码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changes

该仓库使用Github Actions编译并上传原版Openwrt固件,固件在Actions中即可下载。

该仓库编译了如下设备的固件:

  • x86_64
  • 斐讯K2P
  • Newifi D2

AutoBuild-OpenWrt-Orig

LICENSE GitHub Stars GitHub Forks GitHub last commit

Build OpenWrt firware OpenWrt using GitHub Actions
Hereby thank P3TERX for his amazing job: https://github.com/P3TERX/Actions-OpenWrt/

Hereby thank KFERMercer for his amazing job: https://github.com/KFERMercer/OpenWrt-CI
You could edit and enable "Sync Code" YAML file to let your forked repo keep updated.

1. Prerequisite

2. Compile Firmware

  • Click [.github/workflows] folder on the top of repo and you could see few workflow files, Each for one particular architecture(device).
  • Edit the workflow file you desire,uncomment push section 3 lines together and submit the commit.(Other 2 methods wait you to discover)
  • 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.
  • Default Web Admin IP: 192.168.1.1, username root, no login password

About

Build OpenWrt using GitHub Actions | 使用 GitHub Actions 编译 OpenWrt | 感谢P3TERX的项目源码|感谢KFERMercer的项目源码

License:MIT License


Languages

Language:Shell 100.0%