target/ramips: fix check-size

This commit is contained in:
CN_SZTL 2020-07-20 17:55:14 +08:00
parent bb70183aa7
commit 56a436b2af
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -956,7 +956,7 @@ define Device/xiaomi-ac2100
IMAGE/kernel1.bin := append-kernel
IMAGE/rootfs0.bin := append-ubi | check-size $$$$(IMAGE_SIZE)
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
IMAGE/factory.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi | check-size
IMAGE/factory.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi | check-size $$$$(IMAGE_SIZE)
DEVICE_VENDOR := Xiaomi
DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e wpad-openssl uboot-envtools
endef