My OpenWrt image built with wpad-mesh (and a few other projects) for Xiaomi Redmi AC2100
This GitHub action is to build fresh images of latest OpenWrt snapshot using imagebuilder so I can automatically update my routers at home.
As I have 3 routers with different roles, I generate an image for each kind.
What is common to all images:
What is specific to type1:
What is specific to type2:
What is specific to type3:
How do I use each image ?
Feel free to use the image or the github action by forking it.
If you want to flash your router with latest type1:
sysupgrade "https://github.com/amaumene/xiaomi_redmi-router-ac2100_openwrt_mesh/releases/latest/download/openwrt-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade-type1.bin"
If you want to flash your router with latest type2:
sysupgrade "https://github.com/amaumene/xiaomi_redmi-router-ac2100_openwrt_mesh/releases/latest/download/openwrt-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade-type2.bin"
If you want to flash your router with latest type3:
sysupgrade "https://github.com/amaumene/xiaomi_redmi-router-ac2100_openwrt_mesh/releases/latest/download/openwrt-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-sysupgrade-type3.bin"
/!\ Please note that I might change the packages included without notice. These images are built for my personnal use first.