https://github.com/maple3142/openwrt-build
https://github.com/maple3142/openwrt-build
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maple3142/openwrt-build
- Owner: maple3142
- License: mit
- Created: 2020-03-01T08:31:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T11:49:51.000Z (about 6 years ago)
- Last Synced: 2025-06-29T10:39:34.904Z (11 months ago)
- Language: Shell
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Actions-OpenWrt
[](https://github.com/P3TERX/Actions-OpenWrt/blob/master/LICENSE)
[](https://github.com/P3TERX/Actions-OpenWrt/stargazers)
[](https://github.com/P3TERX/Actions-OpenWrt/fork)
Build OpenWrt using GitHub Actions
[Read the details in my blog (in Chinese) | 中文教程](https://p3terx.com/archives/build-openwrt-with-github-actions.html)
## Usage
- Click the [Use this template](https://github.com/P3TERX/Actions-OpenWrt/generate) button to create a new repository.
- Generate `.config` files using [Lean's OpenWrt](https://github.com/coolsnowwolf/lede) 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
- [Microsoft](https://www.microsoft.com)
- [Microsoft Azure](https://azure.microsoft.com)
- [GitHub](https://github.com)
- [GitHub Actions](https://github.com/features/actions)
- [tmate](https://github.com/tmate-io/tmate)
- [mxschmitt/action-tmate](https://github.com/mxschmitt/action-tmate)
- [csexton/debugger-action](https://github.com/csexton/debugger-action)
- [Cisco](https://www.cisco.com/)
- [OpenWrt](https://github.com/openwrt/openwrt)
- [Lean's OpenWrt](https://github.com/coolsnowwolf/lede)
## License
[MIT](https://github.com/P3TERX/Actions-OpenWrt/blob/master/LICENSE) © P3TERX