31 lines
1.1 KiB
Markdown
Raw Normal View History

2021-10-16 16:20:45 +08:00
# 借助 GitHub Actions 的 OpenWrt 在线自动编译.
2021-10-16 16:56:21 +08:00
### 固件发布:
[![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)
2021-10-16 16:48:11 +08:00
#### 固件源码来源
- 官方-[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
```
2023-01-06 15:31:01 +08:00
- Lienol-[Lienol/openwrt](https://github.com/Lienol/openwrt).
```bash
https://github.com/Lienol/openwrt
```
2021-10-16 16:56:21 +08:00
### 固件初始配置
2021-10-16 17:00:12 +08:00
- 默认管理IP:`192.168.1.1` 用户名:`root`密码:`password`
2021-10-16 16:59:46 +08:00
2021-10-16 16:56:21 +08:00
### 感谢名单(向他们学习才有这个项目)
- [P3TERX](https://github.com/P3TERX/Actions-OpenWrt)
2021-10-16 16:20:45 +08:00
[Read the details in my blog (in Chinese) | 中文教程](https://p3terx.com/archives/build-openwrt-with-github-actions.html)
2022-12-30 17:10:37 +08:00
- [kenzok8/openwrt_Build](https://github.com/kenzok8/openwrt_Build)