From 463ce9ce845294be94b4ed8f302ab79a4ad883a4 Mon Sep 17 00:00:00 2001 From: KevinMX Date: Wed, 8 May 2024 15:13:12 +0800 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++---------- README_zh.md | 28 ++++++++++++++++++---------- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7f1f864..86c2070 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Currently supported & Tested | Target | Device | |---------------|-------------------------| | x86_64 | generic (EFI boot only) | -| msm89xx | ufi003 | | mt7981/apbase | JCG Q30 Pro | Currently supported but untested @@ -27,23 +26,30 @@ Currently supported but untested | ramips/mt7621 | [newifi 3 / newifi D2](https://openwrt.org/toh/lenovo/newifi_d2) | | ramips/mt7621 | [Phicomm K2P](https://openwrt.org/toh/phicomm/k2p_ke2p) | | ipq40xx | [P&W R619AC](https://openwrt.org/toh/p_w/r619ac) | -| mt7981 | All devices | | mt7981/apbase | All devices except JCG Q30 Pro | +WIP, currently broken + +| Target | Device | +|---------|-------------| +| mt7981 | All devices | +| msm89xx | ufi003 | + (I don't have the device on hand right ATM. Advice & bug reports welcome.) *** ### Additional Info -| Target | LuCI/LAN default IP | Username | Password | Source Repo | -|---------------|---------------------|----------|------------|-----------------------------------------------------------------------------| -| x86_64 | `10.0.0.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | -| ipq40xx | `10.0.0.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | -| msm89xx | `10.0.0.1` | `root` | `password` | [HandsomeMod/HandsomeMod](https://github.com/HandsomeMod/HandsomeMod) | -| mt7981 | `10.0.0.1` | `root` | `password` | [hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x) | -| mt7981/apbase | `10.0.0.1` | `root` | `password` | [hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x) | -| ramips/mt7621 | `192.168.2.1` | `root` | `password` | [padavanonly/immortalwrt](https://github.com/coolsnowwolf.lede) | +| Target | LuCI/LAN default IP | Username | Password | Source Repo | +|---------------------------|---------------------|----------|------------|-----------------------------------------------------------------------------| +| x86_64 | `10.0.0.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | +| ipq40xx | `10.0.0.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | +| msm89xx | `10.0.0.1` | `root` | `password` | [HandsomeMod/HandsomeMod](https://github.com/HandsomeMod/HandsomeMod) | +| mt7981 | `10.0.0.1` | `root` | `password` | [hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x) | +| mt7981/apbase | `10.0.0.1` | `root` | `password` | [hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x) | +| ramips/mt7621 (newifi_d2) | `192.168.2.1` | `root` | `password` | [padavanonly/immortalwrt](https://github.com/padavanonly/immortalwrt) | +| ramips/mt7621 (k2p) | `192.168.2.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | Since I daily drive this firmware as well, it might contain some dirty & ugly hacks. If you feel uncomfortable about this, do not use this firmware. @@ -77,6 +83,7 @@ Infra & CI - [GitHub Actions CI](https://github.com/features/actions) Special thanks + - [237176256 @ right.com.cn](https://www.right.com.cn/forum/space-uid-364126.html) a.k.a [MeIsReallyBa](https://github.com/MeIsReallyBa) (for guiding me enabling 802.11 k/v/r support for MT7615) And more... diff --git a/README_zh.md b/README_zh.md index 554c00f..3b397ed 100644 --- a/README_zh.md +++ b/README_zh.md @@ -14,7 +14,7 @@ 目前已支持 & 已测试 -| 目标平台 | 设备名称 | +| 目标平台 | 设备型号 | |---------------|---------------------------| | x86_64 | generic (仅支持 EFI 启动) | | msm89xx | ufi003 | @@ -22,7 +22,7 @@ 目前已支持但未测试 -| 目标平台 | 设备名称 | +| 目标平台 | 设备型号 | |---------------|---------------------------------------------------------------------------| | ramips/mt7621 | [newifi 3 / newifi D2 / 新路由 3](https://openwrt.org/toh/lenovo/newifi_d2) | | ramips/mt7621 | [Phicomm K2P / 斐讯 K2P](https://openwrt.org/toh/phicomm/k2p_ke2p) | @@ -32,18 +32,26 @@ (手头没有设备,暂时无法测试。欢迎提建议/反馈 bug。) +需要修复,目前不可用~~(咕咕咕~~ + +| 目标平台 | 设备型号 | +|----------|-------------| +| mt7981 | All devices | +| msm89xx | ufi003 | + *** ### 其他信息 -| 目标平台 | LuCI/LAN 默认 IP 地址 | 用户名 | 密码 | 源码仓库 | -|---------------|-----------------------|--------|------------|-----------------------------------------------------------------------------| -| x86_64 | `10.0.0.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | -| ipq40xx | `10.0.0.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | -| msm89xx | `10.0.0.1` | `root` | `password` | [HandsomeMod/HandsomeMod](https://github.com/HandsomeMod/HandsomeMod) | -| mt7981 | `10.0.0.1` | `root` | `password` | [hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x) | -| mt7981/apbase | `10.0.0.1` | `root` | `password` | [hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x) | -| ramips/mt7621 | `192.168.2.1` | `root` | `password` | [padavanonly/immortalwrt](https://github.com/coolsnowwolf/lede) | +| 目标平台 | LuCI/LAN 默认 IP 地址 | 用户名 | 密码 | 源码仓库 | +|---------------------------|-----------------------|--------|------------|-----------------------------------------------------------------------------| +| x86_64 | `10.0.0.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | +| ipq40xx | `10.0.0.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | +| msm89xx | `10.0.0.1` | `root` | `password` | [HandsomeMod/HandsomeMod](https://github.com/HandsomeMod/HandsomeMod) | +| mt7981 | `10.0.0.1` | `root` | `password` | [hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x) | +| mt7981/apbase | `10.0.0.1` | `root` | `password` | [hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x) | +| ramips/mt7621 (newifi_d2) | `192.168.2.1` | `root` | `password` | [padavanonly/immortalwrt](https://github.com/padavanonly/immortalwrt) | +| ramips/mt7621 (k2p) | `192.168.2.1` | `root` | `password` | [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) | 由于这个固件实际上也是我日用的固件,为了满足我的需求,可能会包含一些不太能上台面的小 hack & 小魔改,介意慎用。