Update README.md
This commit is contained in:
21
README.md
21
README.md
@ -1,7 +1,7 @@
|
||||
# 借助 GitHub Actions 的 OpenWrt 在线自动编译.
|
||||
|
||||
#### 固件发布:
|
||||
[](https://github.com/kenzok8/openwrt_Build/releases/latest)
|
||||
### 固件发布:
|
||||
[](https://github.com/moruiris/Actions-OpenWrt/releases/latest)
|
||||
|
||||
#### 固件源码来源
|
||||
- 官方-[openwrt/openwrt](https://github.com/openwrt/openwrt).
|
||||
@ -20,11 +20,22 @@ https://github.com/Lienol/openwrt
|
||||
```bash
|
||||
https://github.com/immortalwrt/immortalwrt
|
||||
```
|
||||
#### 编译固件初始配置
|
||||
|
||||
### 固件初始配置
|
||||
- 默认管理 IP:
|
||||
```bash
|
||||
默认管理 IP: 192.168.3.1, 用户名 root,密码 password
|
||||
192.168.3.1
|
||||
```
|
||||
- 用户名:
|
||||
```bash
|
||||
root
|
||||
```
|
||||
- 密码:
|
||||
```bash
|
||||
password
|
||||
```
|
||||
|
||||
感谢[P3TERX](https://github.com/P3TERX/Actions-OpenWrt)珠玉在前.
|
||||
|
||||
### 感谢名单(向他们学习才有这个项目)
|
||||
- [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)
|
||||
|
Reference in New Issue
Block a user