https://github.com/fabian4/actions-openwrt-ax6000
https://github.com/fabian4/actions-openwrt-ax6000
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabian4/actions-openwrt-ax6000
- Owner: fabian4
- License: mit
- Created: 2023-07-13T09:00:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T15:39:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T22:41:18.133Z (3 months ago)
- Language: Shell
- Size: 33.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 借助 GitHub Actions 的 OpenWrt 在线自动编译.
### 固件发布:
[](https://github.com/fabian4/Actions-OpenWrt-AX6000/releases/latest)#### 固件源码来源
- openwrt-[openwrt/openwrt](https://github.com/openwrt/openwrt).
```bash
git clone -b master --single-branch https://github.com/openwrt/openwrt
```- hanwckf-[hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x).
```bash
git clone -b openwrt-21.02 --single-branch https://github.com/hanwckf/immortalwrt-mt798x
```#### Redmi AX6000 不死uboot
- [hanwckf大佬uboot地址](https://github.com/hanwckf/bl-mt798x/releases/latest) (自用方案)
```shell
➜ Actions-OpenWrt-AX6000 md5sum uboot/mt7986_redmi_ax6000-fip-fixed-parts.bin
7610a1722073748c3c3a860b75d94d5d uboot/mt7986_redmi_ax6000-fip-fixed-parts.bin
```
- [红米ax6000刷不死uboot](https://blog.w2aa.ga/post/ax6000-uboot.html).#### Redmi AX6000 不死ubootmod
- [红米ax6000刷不死ubootmod](https://www.right.com.cn/forum/thread-8272071-1-2.html).## .config获取
- [参考lede](https://github.com/coolsnowwolf/lede/issues).
- ls -a 查看隐藏文件
- Windows通过 \\wsl$ 获取WSL文件### 固件初始配置
- 默认管理IP:`192.168.100.1`
- 用户名:`root`
- 密码:`设置首次登录后台密码为空(进入openwrt后自行修改密码)`