From 98184c52b9d681fd7da2a3f3c818d010a556460a Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 19 Feb 2024 15:00:00 +0800 Subject: [PATCH] qualcommax: ipq60xx: add Xiaomi RM1800 (aka AX5) support --- target/linux/qualcommax/image/ipq60xx.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/target/linux/qualcommax/image/ipq60xx.mk b/target/linux/qualcommax/image/ipq60xx.mk index c11531a5e..eaa91e443 100644 --- a/target/linux/qualcommax/image/ipq60xx.mk +++ b/target/linux/qualcommax/image/ipq60xx.mk @@ -72,3 +72,16 @@ define Device/qihoo_360v6 DEVICE_PACKAGES := ipq-wifi-qihoo_360v6 endef TARGET_DEVICES += qihoo_360v6 + +define Device/xiaomi_rm1800 + $(call Device/FitImage) + $(call Device/UbiFit) + DEVICE_VENDOR := Xiaomi + DEVICE_MODEL := RM1800 (AX5) + BLOCKSIZE := 128k + PAGESIZE := 2048 + SOC := ipq6000 + DEVICE_DTS_CONFIG := config@cp03-c1 + DEVICE_PACKAGES := ipq-wifi-xiaomi_rm1800 +endef +TARGET_DEVICES += xiaomi_rm1800