|
|
本帖最后由 角色 于 2025-11-14 09:20 编辑
GL.iNet GL-MT6000/GL-MT3000 (Stable/Native OpenWrt 24/Vanilla OpenWrt)
GL.iNet GL-MT6000 and GL-MT3000 可以有三种固件(firmware)分别 Stable version,Native OpenWrt 24 version,Vanilla OpenWrt。
In short
Stable version: ImmortalWrt (Manual not successed)
Native OpenWrt version: kiddin9, ImmortalWrt, Manual (all successed)
Vanilla OpenWrt:kiddin9,ImmortalWrt,Manual (all successed)
###################################################
Stable version:ImmortalWrt method
大陆安装
OPKG Configuration
Below is a listing of the various configuration files used by opkg. Use opkg.conf for global settings and customfeeds.conf for custom repository entries. The configuration in the other files may be changed but is usually not preserved by sysupgrade.
/etc/opkg.conf- dest root /
- dest ram /tmp
- lists_dir ext /var/opkg-lists
- option overlay_root /overlay
复制代码 /etc/opkg/customfeeds.conf- # add your custom package feeds here
- #
- # src/gz example_feed_name http://www.example.com/path/to/files
复制代码 /etc/opkg/distfeeds.conf- src/gz glinet_core https://fw.gl-inet.cn/releases/mt798x/kmod-4.5.7/aarch64_cortex-a53/mediatek/mt7986
- src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/mt798x/packages-4.5/aarch64_cortex-a53/glinet
- src/gz glinet_gli_packages https://fw.gl-inet.cn/releases/mt798x/packages-4.5/aarch64_cortex-a53/packages
复制代码 加第三方特殊插件 ImmortalWrt method,/etc/opkg/customfeeds.conf- src/gz base https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/base
- src/gz luci https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/luci
- src/gz packages https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/packages
- src/gz routing https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/routing
- src/gz telephony https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/telephony
复制代码 Test Stable version:ImmortalWrt- opkg update
- opkg install luci-app-xxxxxxxx
复制代码 .
########################################################
Native OpenWrt 24 version:kiddin9 method
大陆安装
OPKG Configuration
Below is a listing of the various configuration files used by opkg. Use opkg.conf for global settings and customfeeds.conf for custom repository entries. The configuration in the other files may be changed but is usually not preserved by sysupgrade.
/etc/opkg.conf- dest root /
- dest ram /tmp
- lists_dir ext /var/opkg-lists
- option overlay_root /overlay
复制代码 /etc/opkg/customfeeds.conf- # add your custom package feeds here
- #
- # src/gz example_feed_name http://www.example.com/path/to/files
复制代码 /etc/opkg/distfeeds.conf- src/gz core https://fw.gl-inet.cn/releases/v24.x/24.10.4/mediatek/filogic
- src/gz base https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
- src/gz luci https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
- src/gz packages https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
- src/gz routing https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
- src/gz telephony https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony
复制代码 加第三方特殊插件 kiddin9 method,/etc/opkg/customfeeds.conf- src/gz openwrt_kiddin9 https://dl.openwrt.ai/latest/packages/aarch64_cortex-a53/kiddin9
复制代码 Test Native OpenWrt 24 version:kiddin9- opkg update
- opkg install luci-app-xxxxxx
复制代码 .
Native OpenWrt 24 version:ImmortalWrt method
加第三方特殊插件 ImmortalWrt method, /etc/opkg/distfeeds.conf (replaced by ImmortalWrt, kept fw.gl-inet.cn )- src/gz base https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
- src/gz luci https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
- src/gz packages https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
- src/gz routing https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
- src/gz telephony https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony
复制代码 Test Native OpenWrt 24 version:ImmortalWrt复制代码 .
Native OpenWrt 24 version:Manual method
手动方式一定找到 ipk 的源,就用 WinSCP 拷到 OpenWrt shell
- opkg install file1.ipk
- opkg install file2.ipk
复制代码
#################################################
Vanilla OpenWrt:kiddin9,ImmortalWrt,Manual (all successed)
|
|