本帖最後由 张无忌 於 2025-11-13 10:36 編輯
GL.iNet GL-MT6000/GL-MT3000(Stable/Native OpenWrt 24/Vanilla OpenWrt)可以安装PassWall
GL.iNet GL-MT6000 and GL-MT3000 可以有三种固件(firmware)分别 Stable version,Native OpenWrt 24 version,Vanilla OpenWrt,可以安装 PassWall,OpenClash。
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-passwall
複製代碼 .
########################################################
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-passwall
複製代碼 .
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- opkg update
- opkg install luci-app-passwall
複製代碼 .
Native OpenWrt 24 version:Manual method
这个方法是我第一次学 Vanilla OpenWrt on GL-MT6000 using PassWall[1],谢谢 @fakeman 的鼓励。
主要跟随 [1] 把- https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/luci-24.10_luci-app-passwall_25.11.1-r1_all.ipk
- https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/luci-24.10_luci-i18n-passwall-zh-cn_25.11.1_all.ipk
- https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼 .
然后在 Windows,再unzip,把 luci-24.10_luci-app-passwall_25.11.1-r1_all.ipk and luci-24.10_luci-i18n-passwall-zh-cn_25.11.1_all.ipk 放在 unzipped passwall_packages_ipk_aarch64_cortex-a53 folder,然后用 WinSCP 把 unzipped passwall_packages_ipk_aarch64_cortex-a53 folder 送到 OpenWrt 里,- cd passwall_packages_ipk_aarch64_cortex-a53
- opkg install *.ipk --force-reinstall
複製代碼 .
#################################################
Vanilla OpenWrt:kiddin9,ImmortalWrt,Manual (all successed)
Reference:
[1] OpenWrt + PassWall + WireGuard + 安装
目录帖子GL.iNet and OpenWrt Contents |