Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p3terx/actions-openwrt
A template for building OpenWrt with GitHub Actions | 使用 GitHub Actions 在线云编译 OpenWrt 固件
https://github.com/p3terx/actions-openwrt
actions actions-openwrt github-actions lede openwrt openwrt-firmware openwrt-zh-cn
Last synced: about 1 month ago
JSON representation
A template for building OpenWrt with GitHub Actions | 使用 GitHub Actions 在线云编译 OpenWrt 固件
- Host: GitHub
- URL: https://github.com/p3terx/actions-openwrt
- Owner: P3TERX
- License: mit
- Archived: true
- Created: 2019-11-14T07:31:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T08:44:16.000Z (9 months ago)
- Last Synced: 2024-09-29T23:23:20.200Z (about 1 month ago)
- Topics: actions, actions-openwrt, github-actions, lede, openwrt, openwrt-firmware, openwrt-zh-cn
- Language: Shell
- Homepage: https://p3terx.com/archives/build-openwrt-with-github-actions.html
- Size: 78.1 KB
- Stars: 7,217
- Watchers: 120
- Forks: 6,474
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**English** | [中文](https://p3terx.com/archives/build-openwrt-with-github-actions.html)
# Actions-OpenWrt
[![LICENSE](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square&label=LICENSE)](https://github.com/P3TERX/Actions-OpenWrt/blob/master/LICENSE)
![GitHub Stars](https://img.shields.io/github/stars/P3TERX/Actions-OpenWrt.svg?style=flat-square&label=Stars&logo=github)
![GitHub Forks](https://img.shields.io/github/forks/P3TERX/Actions-OpenWrt.svg?style=flat-square&label=Forks&logo=github)A template for building OpenWrt with GitHub Actions
## 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.
- Select `Build OpenWrt` on the Actions page.
- Click the `Run workflow` button.
- When the build is complete, click the `Artifacts` button in the upper right corner of the Actions page to download the binaries.## Tips
- It may take a long time to create a `.config` file and build the OpenWrt firmware. Thus, before create repository to build your own firmware, you may check out if others have already built it which meet your needs by simply [search `Actions-Openwrt` in GitHub](https://github.com/search?q=Actions-openwrt).
- Add some meta info of your built firmware (such as firmware architecture and installed packages) to your repository introduction, this will save others' time.## Credits
- [Microsoft Azure](https://azure.microsoft.com)
- [GitHub Actions](https://github.com/features/actions)
- [OpenWrt](https://github.com/openwrt/openwrt)
- [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)
- [Mikubill/transfer](https://github.com/Mikubill/transfer)
- [softprops/action-gh-release](https://github.com/softprops/action-gh-release)
- [Mattraks/delete-workflow-runs](https://github.com/Mattraks/delete-workflow-runs)
- [dev-drprasad/delete-older-releases](https://github.com/dev-drprasad/delete-older-releases)
- [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch)## License
[MIT](https://github.com/P3TERX/Actions-OpenWrt/blob/main/LICENSE) © [**P3TERX**](https://p3terx.com)