Skip to content

红米AX6000路由器固件云编译(自用)

Notifications You must be signed in to change notification settings

WHUrology/RM_AX6000-LED_OpenWrt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

What's New:(20240122,21:04)

GitHub代码更新后导致Fork源代码无法运行,总是报错;整体逻辑没有问题,只有编译后改名以及标签命名等问题存在错误导致无法顺利完成云编译,本地编译没有问题。 所以在Fork源代码后进行了相应的修改得到现在这个版本,只需要Fork我这个仓库过去,直接选择Actions,左边的Redmi-AX6000-padavanonly.yml,选中后在右侧会出现Runworkflow,直接运行,等待大约3-4小时,固件编译完成后会自动上传到Release。

借助 GitHub Actions 的 OpenWrt 在线自动编译.

OpenWrt官方有过三种分区固件:OpenWrt stock layout、OpenWrt layout和OpenWrt U-Boot layout。

OpenWrt stock layout对应保留官方分区刷OpenWrt,我称为stock固件。

OpenWrt layout对应的就是hanwckf大佬的不死uboot(ubi 110MB),我称为uboot固件。

OpenWrt U-Boot layout对应的是HZFrodo大佬的不死ubootmod(ubi 122.5MB),我称为ubootmod固件。

目前OpenWrt官方、X-Wrt只保留了stock固件和ubootmod固件。

padavanonly和hanwckf大佬闭源驱动固件只支持stock固件和uboot固件。

Lean源码只支持uboot固件。

Redmi AX6000 闭源驱动固件 源码来源

git clone -b mt7986 --single-branch https://github.com/padavanonly/immortalwrtARM
git clone -b openwrt-21.02 --single-branch https://github.com/hanwckf/immortalwrt-mt798x

Redmi AX6000 开源驱动固件 源码来源

git clone https://github.com/openwrt/openwrt
git clone https://github.com/coolsnowwolf/lede
git clone https://github.com/x-wrt/x-wrt

Redmi AX6000 不死uboot

Redmi AX6000 不死ubootmod

感谢名单(向他们学习才有这个项目)