在 LEDE 固件里,是移除了 ax6 相关的ipq807x: drop all xiaomi devices support
后面版本添加了IPQ807x相关,在编译时没有选项
修改代码
- Fork源码,后面方便同步更新代码
- 修改target/linux/ipq807x/image/generic.mk文件
define Device/redmi_ax6 $(call Device/xiaomi_ax3600) DEVICE_VENDOR := Redmi DEVICE_MODEL := AX6 DEVICE_PACKAGES := ipq-wifi-redmi_ax6 uboot-envtools endef TARGET_DEVICES += redmi_ax6 define Device/xiaomi_ax3600 $(call Device/FitImage) $(call Device/UbiFit) DEVICE_VENDOR := Xiaomi DEVICE_MODEL := AX3600 BLOCKSIZE := 128k PAGESIZE := 2048 DEVICE_DTS_CONFIG := config@ac04 SOC := ipq8071