├── .config ├── .github └── workflows │ ├── build-openwrt.yml │ └── update-checker.yml ├── LICENSE ├── README.md ├── diy-part1.sh ├── diy-part2.sh ├── mt7621.mk └── mt7621_xiaomi_mi-router-4a-3g-v2.dtsi /.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/.config -------------------------------------------------------------------------------- /.github/workflows/build-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/.github/workflows/build-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/update-checker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/.github/workflows/update-checker.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/README.md -------------------------------------------------------------------------------- /diy-part1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/diy-part1.sh -------------------------------------------------------------------------------- /diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/diy-part2.sh -------------------------------------------------------------------------------- /mt7621.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/mt7621.mk -------------------------------------------------------------------------------- /mt7621_xiaomi_mi-router-4a-3g-v2.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt/HEAD/mt7621_xiaomi_mi-router-4a-3g-v2.dtsi --------------------------------------------------------------------------------