2023-01-06 15:31:01 +08:00

31 lines
1.1 KiB
Markdown

# 借助 GitHub Actions 的 OpenWrt 在线自动编译.
### 固件发布:
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/moruiris/Actions-OpenWrt?style=for-the-badge&label=固件下载)](https://github.com/moruiris/Actions-OpenWrt/releases/latest)
#### 固件源码来源
- 官方-[openwrt/openwrt](https://github.com/openwrt/openwrt).
```bash
https://github.com/openwrt/openwrt
```
- Lean-[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede).
```bash
https://github.com/coolsnowwolf/lede
```
- immortalwrt-[immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt).
```bash
https://github.com/immortalwrt/immortalwrt
```
- Lienol-[Lienol/openwrt](https://github.com/Lienol/openwrt).
```bash
https://github.com/Lienol/openwrt
```
### 固件初始配置
- 默认管理IP:`192.168.1.1` 用户名:`root`密码:`password`
### 感谢名单(向他们学习才有这个项目)
- [P3TERX](https://github.com/P3TERX/Actions-OpenWrt)
[Read the details in my blog (in Chinese) | 中文教程](https://p3terx.com/archives/build-openwrt-with-github-actions.html)
- [kenzok8/openwrt_Build](https://github.com/kenzok8/openwrt_Build)