mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
qualcommax: ipq60xx: add Xiaomi RM1800 (aka AX5) support
This commit is contained in:
parent
0ea4b64304
commit
98184c52b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user