2025-12-09 21:39:26 +08:00
|
|
|
|
## 🚀 快速上手
|
|
|
|
|
|
|
2026-06-22 08:01:35 +08:00
|
|
|
|
### 一键安装 (推荐)
|
|
|
|
|
|
|
|
|
|
|
|
下载并运行主脚本,会自动检测路由器型号:
|
2025-12-14 11:25:40 +08:00
|
|
|
|
|
2025-12-09 21:39:26 +08:00
|
|
|
|
```bash
|
2026-06-22 08:01:35 +08:00
|
|
|
|
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/main.sh)"
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
主脚本支持自动检测以下机型:
|
|
|
|
|
|
- GL-iNet BE-6500 / BE-3600
|
|
|
|
|
|
- GL-iNet MT-5000 / MT-3600
|
|
|
|
|
|
- GL-iNet MT-2500A / MT-3000 / MT-6000
|
|
|
|
|
|
- OP24 固件专用脚本
|
2025-12-09 21:39:26 +08:00
|
|
|
|
|
2026-06-22 08:01:35 +08:00
|
|
|
|
### 单独机型脚本
|
|
|
|
|
|
|
|
|
|
|
|
如需单独运行某机型脚本,可使用以下命令:
|
|
|
|
|
|
|
|
|
|
|
|
#### MT2500 / MT3000 / MT6000
|
|
|
|
|
|
```bash
|
|
|
|
|
|
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet.sh)"
|
2025-12-09 21:39:26 +08:00
|
|
|
|
```
|
|
|
|
|
|
|
2025-12-29 08:26:03 +08:00
|
|
|
|
### MT3000 如果你升级到 原厂4.8.3-op24 强烈建议把默认软件源 替换为阿里云 因为op官网的源容易下载失败 影响任何软件的安装
|
2025-12-14 12:23:47 +08:00
|
|
|
|
```
|
|
|
|
|
|
src/gz core https://fw.gl-inet.cn/releases/v24.x/24.10.4/mediatek/filogic
|
|
|
|
|
|
src/gz base https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
|
|
|
|
|
|
src/gz luci https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
|
|
|
|
|
|
src/gz packages https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
|
|
|
|
|
|
src/gz routing https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
|
|
|
|
|
|
src/gz telephony https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-12-14 11:25:40 +08:00
|
|
|
|
## 新增 兼容原厂op24固件(luci 24.10.4)的脚本 (MT3000/6000)
|
2025-12-09 21:39:26 +08:00
|
|
|
|
```bash
|
2025-12-14 11:25:40 +08:00
|
|
|
|
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet-op24.sh)"
|
2025-12-09 21:39:26 +08:00
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-12-14 11:25:40 +08:00
|
|
|
|
#### 新增 BE6500脚本 (GL-BE6500) ❤️
|
2025-12-09 21:39:26 +08:00
|
|
|
|
```bash
|
2025-12-14 11:25:40 +08:00
|
|
|
|
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be6500.sh)"
|
2025-12-09 21:39:26 +08:00
|
|
|
|
|
|
|
|
|
|
```
|
2025-12-14 11:25:40 +08:00
|
|
|
|
#### 新增 BE3600脚本 (GL-BE3600)
|
|
|
|
|
|
```bash
|
|
|
|
|
|
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be3600.sh)"
|
|
|
|
|
|
|
2025-12-14 12:23:47 +08:00
|
|
|
|
```
|
2025-12-20 21:18:35 +08:00
|
|
|
|
|
|
|
|
|
|
#### ❤️新增 MT-3600BE脚本 (GL-MT3600BE)
|
|
|
|
|
|
```bash
|
|
|
|
|
|
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt3600.sh)"
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2026-01-16 14:29:10 +08:00
|
|
|
|
|
|
|
|
|
|
#### ❤️新增 MT-5000脚本 (GL-MT5000)
|
|
|
|
|
|
```bash
|
|
|
|
|
|
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt5000.sh)"
|
|
|
|
|
|
|
|
|
|
|
|
```
|