-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
# xiaomi-ax3000t-immortalwrt-hanwckf-firmware-build | ||
Just build hanwckf's ImmortalWrt firmware for xiaomi ax3000t router | ||
|
||
## Project Overview | ||
|
||
This project utilizes GitHub Actions to compile [Hanwckf's ImmortalWrt](https://github.com/hanwckf/immortalwrt-mt798x) firmware and the corresponding [U-Boot](https://github.com/hanwckf/bl-mt798x). | ||
It is primarily configured for building the Xiaomi AX3000T router firmware, providing a convenient firmware building process. | ||
|
||
本项目利用 GitHub Actions 编译 [Hanwckf's ImmortalWrt](https://github.com/hanwckf/immortalwrt-mt798x) 固件及相应的 [U-Boot](https://github.com/hanwckf/bl-mt798x)。 | ||
其主要配置用于构建小米 AX3000T 路由器固件,提供便捷的固件构建过程。 | ||
|
||
## Default Configuration | ||
|
||
- **Default LAN IP**: `192.168.31.1` | ||
|
||
- **默认 LAN IP**: `192.168.31.1` | ||
|
||
## Custom Build | ||
|
||
If you need to customize the firmware configuration, feel free to fork this repository and modify it according to your requirements. | ||
|
||
如果您需要自定义固件配置,请 Fork 项目并根据您的需求进行修改。 | ||
|
||
## License | ||
|
||
This project is licensed under the Apache 2.0 License. Please see the [LICENSE](LICENSE) file for details. | ||
|
||
该项目依据 Apache 2.0 许可证进行授权。有关详细信息,请参阅 [LICENSE](LICENSE) 文件。 | ||
|