Update Readme.md
This commit is contained in:
14
Readme.md
14
Readme.md
@ -1,5 +1,14 @@
|
|||||||
# 借助 GitHub Actions 的 OpenWrt 在线自动编译.
|
# 借助 GitHub Actions 的 OpenWrt 在线自动编译.
|
||||||
|
|
||||||
|
OpenWrt官方有过三种分区固件:OpenWrt stock layout、OpenWrt layout和OpenWrt U-Boot layout。
|
||||||
|
OpenWrt stock layout对应保留官方分区刷OpenWrt,我称为stock固件。
|
||||||
|
OpenWrt layout对应的就是hanwckf大佬的不死uboot(ubi 110MB),我称为uboot固件。
|
||||||
|
OpenWrt U-Boot layout对应的是HZFrodo大佬的不死ubootmod(ubi 122.5MB),我称为ubootmod固件。
|
||||||
|
|
||||||
|
目前OpenWrt官方、X-Wrt只保留了stock固件和ubootmod固件。
|
||||||
|
padavanonly和hanwckf大佬闭源驱动固件只支持stock固件和uboot固件。
|
||||||
|
Lean源码只支持uboot固件。
|
||||||
|
|
||||||
## Redmi AX6000 闭源驱动固件 源码来源
|
## Redmi AX6000 闭源驱动固件 源码来源
|
||||||
- padavanonly-[padavanonly/immortalwrtARM](https://github.com/padavanonly/immortalwrtARM/tree/mt7986).
|
- padavanonly-[padavanonly/immortalwrtARM](https://github.com/padavanonly/immortalwrtARM/tree/mt7986).
|
||||||
```bash
|
```bash
|
||||||
@ -11,7 +20,7 @@ git clone -b openwrt-21.02 --single-branch https://github.com/hanwckf/immortalwr
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Redmi AX6000 开源驱动固件 源码来源
|
## Redmi AX6000 开源驱动固件 源码来源
|
||||||
- 官方-[openwrt/openwrt](https://github.com/openwrt/openwrt).
|
- OpenWrt官方-[openwrt/openwrt](https://github.com/openwrt/openwrt).
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/openwrt/openwrt
|
git clone https://github.com/openwrt/openwrt
|
||||||
```
|
```
|
||||||
@ -27,6 +36,9 @@ git clone https://github.com/x-wrt/x-wrt
|
|||||||
## Redmi AX6000 不死uboot
|
## Redmi AX6000 不死uboot
|
||||||
- hanwckf-[hanwckf/bl-mt798x](https://github.com/hanwckf/bl-mt798x).
|
- hanwckf-[hanwckf/bl-mt798x](https://github.com/hanwckf/bl-mt798x).
|
||||||
|
|
||||||
|
## Redmi AX6000 不死ubootmod
|
||||||
|
- HZFrodo-[HZFrodo/uboot-mediatek: add support for Xiaomi Redmi Router AX6000](https://github.com/openwrt/openwrt/commit/1613e3340b829ea9aa6da954bf0ff98214b71751).
|
||||||
|
|
||||||
### 感谢名单(向他们学习才有这个项目)
|
### 感谢名单(向他们学习才有这个项目)
|
||||||
- [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)
|
[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