Skip to content

红米AX6000路由器固件自动云编译

Notifications You must be signed in to change notification settings

hiyoi/Actions-OpenWrt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

固件发布:

GitHub release (latest by date)

固件源码来源

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

Redmi AX6000 不死uboot

Redmi AX6000 不死ubootmod

.config获取

  • 参考lede.
  • ls -a 查看隐藏文件
  • Windows通过 \wsl$ 获取WSL文件

固件初始配置

  • 默认管理IP:192.168.1.1
  • 用户名:root
  • 密码:设置首次登录后台密码为空(进入openwrt后自行修改密码)

OpenClash内核配置

  • 如果wget网络不好可以通过SCP协议传输
   cd /etc/openclash/core/ 
   wget https://github.com/vernesong/OpenClash/releases/download/Clash/clash-linux-arm64.tar.gz
   tar -zxvf clash-linux-arm64.tar.gz 
   chmod 777 clash

About

红米AX6000路由器固件自动云编译

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%