From 47e7f133a1b2f5cbb30e9447503fae401de2782e Mon Sep 17 00:00:00 2001 From: lgs2007m <116912542@qq.com> Date: Mon, 9 Jan 2023 18:58:10 +0800 Subject: [PATCH] Add files via upload --- Readme.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..8ee04a9 --- /dev/null +++ b/Readme.md @@ -0,0 +1,32 @@ +# 借助 GitHub Actions 的 OpenWrt 在线自动编译. + +## Redmi AX6000 闭源驱动固件 源码来源 +- padavanonly-[padavanonly/immortalwrtARM](https://github.com/padavanonly/immortalwrtARM/tree/mt7986). +```bash +git clone -b mt7986 --single-branch https://github.com/padavanonly/immortalwrtARM +``` +- hanwckf-[hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x). +```bash +git clone -b openwrt-21.02 --single-branch https://github.com/hanwckf/immortalwrt-mt798x +``` + +## Redmi AX6000 开源驱动固件 源码来源 +- 官方-[openwrt/openwrt](https://github.com/openwrt/openwrt). +```bash +git clone https://github.com/openwrt/openwrt +``` +- Lean-[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede). +```bash +git clone https://github.com/coolsnowwolf/lede +``` +- ptpt52-[x-wrt/x-wrt](https://github.com/x-wrt/x-wrt). +```bash +git clone https://github.com/x-wrt/x-wrt +``` + +## Redmi AX6000 不死uboot +- hanwckf-[hanwckf/bl-mt798x](https://github.com/hanwckf/bl-mt798x). + +### 感谢名单(向他们学习才有这个项目) +- [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)