qualcommax: ipq807x: skip factory.ubi image for MX4200
Skip building not used factory.ubi image Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
This commit is contained in:
parent
e670a939cd
commit
568f38a56b
1 changed files with 0 additions and 2 deletions
|
@ -105,7 +105,6 @@ TARGET_DEVICES += edimax_cax1800
|
|||
|
||||
define Device/linksys_mx4200v1
|
||||
$(call Device/FitImage)
|
||||
$(call Device/UbiFit)
|
||||
DEVICE_VENDOR := Linksys
|
||||
DEVICE_MODEL := MX4200
|
||||
DEVICE_VARIANT := v1
|
||||
|
@ -114,7 +113,6 @@ define Device/linksys_mx4200v1
|
|||
KERNEL_SIZE := 6144k
|
||||
IMAGE_SIZE := 147456k
|
||||
NAND_SIZE := 512m
|
||||
KERNEL_IN_UBI :=
|
||||
SOC := ipq8174
|
||||
IMAGES += factory.bin
|
||||
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=MX4200
|
||||
|
|
Loading…
Reference in a new issue