mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ipq60xx: add UBI FIT image for Linksys MR7350
This commit is contained in:
parent
5a51b97527
commit
44d01897be
@ -35,14 +35,17 @@ define Device/cmiot_ax18
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += cmiot_ax18
|
TARGET_DEVICES += cmiot_ax18
|
||||||
|
|
||||||
define Device/mr7350
|
define Device/linksys_mr7350
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
|
$(call Device/UbiFit)
|
||||||
DEVICE_VENDOR := Linksys
|
DEVICE_VENDOR := Linksys
|
||||||
DEVICE_MODEL := MR7350
|
DEVICE_MODEL := MR7350
|
||||||
|
BLOCKSIZE := 128k
|
||||||
|
PAGESIZE := 2048
|
||||||
SOC := ipq6018
|
SOC := ipq6018
|
||||||
DEVICE_PACKAGES := kmod-leds-pca963x
|
DEVICE_PACKAGES := kmod-leds-pca963x
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += mr7350
|
TARGET_DEVICES += linksys_mr7350
|
||||||
|
|
||||||
define Device/cp01-c1
|
define Device/cp01-c1
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
|
Loading…
Reference in New Issue
Block a user