forum.gl-inet.cn

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
    查看: 53|回复: 0

    [经验分享] GL.iNet GL-MT6000/GL-MT3000 (Stable/Native OpenWrt 24/Vanilla OpenWrt)

    [复制链接]

    54

    主题

    353

    帖子

    7366

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    7366
     楼主| 发表于 昨天 09:02 | 显示全部楼层 |阅读模式
    本帖最后由 角色 于 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
    1. dest root /
    2. dest ram /tmp
    3. lists_dir ext /var/opkg-lists
    4. option overlay_root /overlay
    复制代码
    /etc/opkg/customfeeds.conf
    1. # add your custom package feeds here
    2. #
    3. # src/gz example_feed_name http://www.example.com/path/to/files
    复制代码
    /etc/opkg/distfeeds.conf
    1. src/gz glinet_core https://fw.gl-inet.cn/releases/mt798x/kmod-4.5.7/aarch64_cortex-a53/mediatek/mt7986
    2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/mt798x/packages-4.5/aarch64_cortex-a53/glinet
    3. 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
    1. src/gz base https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/base
    2. src/gz luci https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/luci
    3. src/gz packages https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/packages
    4. src/gz routing https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/routing
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/telephony
    复制代码
    Test Stable version:ImmortalWrt
    1. opkg update
    2. 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
    1. dest root /
    2. dest ram /tmp
    3. lists_dir ext /var/opkg-lists
    4. option overlay_root /overlay
    复制代码
    /etc/opkg/customfeeds.conf
    1. # add your custom package feeds here
    2. #
    3. # src/gz example_feed_name http://www.example.com/path/to/files
    复制代码
    /etc/opkg/distfeeds.conf
    1. src/gz core https://fw.gl-inet.cn/releases/v24.x/24.10.4/mediatek/filogic
    2. src/gz base https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
    3. src/gz luci https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
    4. src/gz packages https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
    5. src/gz routing https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
    6. 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
    1. src/gz openwrt_kiddin9 https://dl.openwrt.ai/latest/packages/aarch64_cortex-a53/kiddin9
    复制代码
    Test Native OpenWrt 24 version:kiddin9
    1. opkg update
    2. 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 )
    1. src/gz base https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
    2. src/gz luci https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
    3. src/gz packages https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
    4. src/gz routing https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony
    复制代码
    Test Native OpenWrt 24 version:ImmortalWrt
    1. opkg update
    2. opkg install luci-app-xxxxxxx
    复制代码
    .

    Native OpenWrt 24 version:Manual method

    手动方式一定找到 ipk 的源,就用 WinSCP 拷到 OpenWrt shell
    1. opkg install file1.ipk
    2. opkg install file2.ipk
    复制代码


    #################################################
    Vanilla OpenWrt:kiddin9,ImmortalWrt,Manual (all successed)



    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|gl-inet.cn ( 粤ICP备18130956号 )

    GMT+8, 2025-11-15 00:48 , Processed in 0.021578 second(s), 24 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表