A GitHub Actions workflow for building uboot & ImmortalWrt Firmware for CMCC-XR30. (Mainly for personal use)
English | 简体中文
- 🤖 (Mainly for personal use) Build uboot & ImmortalWrt Firmware for CMCC-XR30.
Just trigger the GitHub Actions workflow, the uboot and firmware will be built automatically.
- Use luci-app-mtk wifi config
- Use luci-app-mtk wifi config:
The option is disabled by default, meaning the workflow will use the mtwifi-cfg
configuration tool. To use the old luci-app-mtk
wireless configuration tool, please check the box.
- mtwifi-cfg: A wireless configuration tool designed for
mtwifi
, compatible with OpenWrt's nativeluci
andnetifd
. It allows for fewer adjustments to the wireless driver parameters but offers a more aesthetically pleasing and user-friendly interface. As a newly developed tool, it may have some issues. - luci-app-mtk: A configuration tool derived from the
mtk-sdk
, which needs to be used in conjunction with thewifi-profile
script. It allows for almost all wireless driver parameters to be adjusted but has a relatively simple interface.
For more details, please refer to the blog post.
Contributions are welcome! Here are the steps to contribute:
- Fork this repository.
- Create a new branch.
- Make your changes and commit them.
- Push the changes to your branch.
- Submit a pull request.
Repos that inspired me:
Uboot & Firmware Source Code:
hanwckf/bl-mt798x
: Uboot for CMCC-XR30.hanwckf/immortalwrt
: ImmortalWrt for CMCC-XR30.