Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMX committed May 8, 2024
1 parent 3ff8fc6 commit 463ce9c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 20 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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...
Expand Down
28 changes: 18 additions & 10 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

目前已支持 & 已测试

| 目标平台 | 设备名称 |
| 目标平台 | 设备型号 |
|---------------|---------------------------|
| x86_64 | generic (仅支持 EFI 启动) |
| msm89xx | ufi003 |
| mt7981/apbase | 捷稀 / JCG Q30 Pro |

目前已支持但未测试

| 目标平台 | 设备名称 |
| 目标平台 | 设备型号 |
|---------------|---------------------------------------------------------------------------|
| 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) |
Expand All @@ -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 & 小魔改,介意慎用。
Expand Down

0 comments on commit 463ce9c

Please sign in to comment.