forum.gl-inet.cn

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
    查看: 821|回复: 4

    [经验分享] Qualcomm and MediaTek

    [复制链接]

    50

    主题

    335

    帖子

    5717

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    5717
     楼主| 发表于 2025-9-30 06:50:37 | 显示全部楼层 |阅读模式
    本帖最后由 角色 于 2025-10-21 12:13 编辑

    Qualcomm and MediaTek (对不起重新修改)

    下面只是主要产品。

    Qualcomm (US baesd): GL-AX1800, GL-AXT1800, GL-BE3600, GL-BE9300, GL-BE6500
    MediaTek (TW based): GL-MT3000, GL-MT6000, Cudy TR3000, GL-MT3600BE

    广联先有Qualcomm GL-AX1800和GL-AXT1800,换了MediaTek,出了GL-MT3000,GL-MT6000,后面又用回Qualcomm GL-BE3600,GL-BE9300,GL-BE6500。主要用家用原厂固件GL.iNet,而GL.iNet=Admin Panel + OpenWrt*,OpenWrt*与vanilla official OpenWrt不同,但不影响第三特殊插件,所都可以安装PassWaxx (xx->ll) and OpenClaxx (xx->sh)。

    GL-MT3600BE是新出产品,要多看它的参数确定。

    1、GL.iNet=Admin Panel + OpenWrt* / Stable OpenWrt*  (Qualcomm, MediaTek)
    2、GL.iNet=Admin Panel + Native OpenWrt* 24 (简称op24) (MediaTek: GL-MT3000, GL-MT6000)
    3、Vanilla official OpenWrt (简称OpenWrt) (MediaTek: GL-MT3000, GL-MT6000)
    回复

    使用道具 举报

    50

    主题

    335

    帖子

    5717

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    5717
     楼主| 发表于 2025-9-30 06:50:54 | 显示全部楼层
    本帖最后由 角色 于 2025-10-21 12:20 编辑

    目录:

    Qualcomm
      Qualcomm - GL-BE3600
    MediaTek GL.iNet GL-MT6000 v4.8.2
      MediaTek - GL-MT6000
    #########################
    目录:(New)

    Qualcomm
    • Stable GL-BE3600

    MediaTek
    • Stable version GL-MT3000 (including GL-MT6000)


    回复

    使用道具 举报

    50

    主题

    335

    帖子

    5717

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    5717
     楼主| 发表于 2025-9-30 06:51:14 | 显示全部楼层
    本帖最后由 角色 于 2025-10-21 12:30 编辑

    Qualcomm


    (Begin of) 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/qsdk_v12.5/kmod-4.7/be3600-ipq53xx
    2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/glinet
    3. src/gz opnwrt_packages https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/packages
    复制代码

    ##### End of "OPKG Configuration" #####

    如果要加入第三方特殊插件就要多加入opkg configuration

    (Begin of) Addition opkg configuration

    /etc/opkg.conf (add)
    1. arch all 1
    2. arch noarch 1
    3. arch aarch64_cortex-a53 5
    4. arch aarch64_cortex-a53_neon-vfpv4 10
    复制代码

    /etc/opkg/customfeeds.conf (add from ImmortWrt)
    1. src/gz base https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/base
    2. src/gz luci https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/luci
    3. src/gz packages https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/packages
    4. src/gz routing https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/routing
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/telephony
    复制代码

    ##### End of "Addition opkg configuration" #####

    (Begin of) 整合opkg configuration

    /etc/opkg.conf (需要加)
    1. dest root /
    2. dest ram /tmp
    3. lists_dir ext /var/opkg-lists
    4. option overlay_root /overlay
    5. arch all 1
    6. arch noarch 1
    7. arch aarch64_cortex-a53 5
    8. arch aarch64_cortex-a53_neon-vfpv4 10
    复制代码

    /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
    4. src/gz base https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/base
    5. src/gz luci https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/luci
    6. src/gz packages https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/packages
    7. src/gz routing https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/routing
    8. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/telephony
    复制代码

    /etc/opkg/distfeeds.conf (不需要加)
    1. src/gz glinet_core https://fw.gl-inet.cn/releases/qsdk_v12.5/kmod-4.7/be3600-ipq53xx
    2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/glinet
    3. src/gz opnwrt_packages https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/packages
    复制代码

    ##### End of "整合opkg configuration" #####

    Test on PassWaxx (xx->ll)

    1. opkg update
    2. opkg install luci-app-passwaxx
    复制代码

    图1:luci-app-passwaxx


    设置PassWaxx,可以参考
    https://forum.gl-inet.cn/forum.p ... 27315&fromuid=13739



    ######################################
    BE3600 似乎得到了大佬的认可。。。。。
    https://forum.gl-inet.cn/forum.p ... =5208&fromuid=13739

    BE3600为啥不支持quickstart
    https://forum.gl-inet.cn/forum.p ... =5130&fromuid=13739

    GL FAN
    https://forum.gl-inet.cn/forum.p ... 25885&fromuid=13739

    CN
    https://forum.gl-inet.cn/forum.p ... 26996&fromuid=13739

    1. # 注意 19.07-SNAPSHOT
    2. https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/19.07-SNAPSHOT/packages/
    3. # 注意 ipq807x
    4. https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/19.07-SNAPSHOT/targets/ipq807x/
    5. # 注意 aarch64_cortex-a53
    6. https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/19.07-SNAPSHOT/packages/aarch64_cortex-a53/
    复制代码

    https://mudew.com/2022/11/23/%E5 ... %E8%AE%B0%E5%BD%95/

    用香港版:
    https://www.reddit.com/r/GlInet/ ... lcomm_and_firmware/



    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?立即注册

    x
    回复

    使用道具 举报

    50

    主题

    335

    帖子

    5717

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    5717
     楼主| 发表于 2025-10-1 14:18:47 | 显示全部楼层
    本帖最后由 角色 于 2025-10-21 08:30 编辑

    Qualcomm GL-BE3600 (side Q-sub)

    GL-AX1800, GL-AXT1800, GL-BE3600, GL-BE9300, GL-BE6500

    Test ok: GL-BE6500 (IPQ5332), GL-BE3600 (IPQ5332)
    Test may be ok: GL-AX1800 (IPQ6000), GL-AXT1800 (IPQ6000)如果你有可以测试一下。


    /etc/opkg.conf (add)
    1. arch all 1
    2. arch noarch 1
    3. arch aarch64_cortex-a53 5
    4. arch aarch64_cortex-a53_neon-vfpv4 10
    复制代码

    For ImmortalWrt, GL-BE6500 (IPQ5332), GL-BE3600 (IPQ5332) (suitable for PassWaxx and OpenClaxx)
    /etc/opkg/customfeeds.conf (add)
    1. src/gz base https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/base
    2. src/gz luci https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/luci
    3. src/gz packages https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/packages
    4. src/gz routing https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/routing
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/telephony
    复制代码

    For OpenWrt (not suitable for PassWaxx)
    /etc/opkg/customfeeds.conf (add)
    1. src/gz base https://mirrors.aliyun.com/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/base
    2. src/gz packages https://mirrors.aliyun.com/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/packages
    3. src/gz routing https://mirrors.aliyun.com/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/routing
    4. src/gz luci https://mirrors.aliyun.com/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/luci
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/telephony
    复制代码

    https://forum.gl-inet.cn/forum.p ... 25475&fromuid=13739
    回复

    使用道具 举报

    50

    主题

    335

    帖子

    5717

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    5717
     楼主| 发表于 2025-10-2 18:29:27 | 显示全部楼层
    本帖最后由 角色 于 2025-10-21 08:31 编辑

    MediaTek GL.iNet GL-MT6000 v4.8.2 (MediaTek)

    GL-MT3000, GL-MT6000 (mediatek/filogic or mediatek/mt7986)

    现在GL-MT6000 v4.8.2,行21.02-SNAPSHOT (MediaTek SDK)


    OPKG Configuration (GL.iNet GL-MT6000 v4.8.2)

    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.

    1. /etc/opkg.conf
    2. dest root /
    3. dest ram /tmp
    4. lists_dir ext /var/opkg-lists
    5. 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-5.4.246/aarch64_cortex-a53/mediatek
    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
    复制代码

    #######################
    /etc/opkg/customfeeds.conf (add) for PassWaxx and OpenClaxx (Respect Rules(respect-rules))


    21.02-SNAPSHOT

    1. src/gz base https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/base
    2. src/gz luci https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/luci
    3. src/gz packages https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/packages
    4. src/gz routing https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/routing
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/telephony
    复制代码

    PassWaxx:YouTube


    PassWaxx:CCTV5


    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?立即注册

    x
    回复

    使用道具 举报

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

    本版积分规则

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

    GMT+8, 2025-10-22 13:41 , Processed in 0.023101 second(s), 24 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

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