ramips: check size after padding

Signed-off-by: Cristian Morales Vega <cristian@samknows.com>

SVN-Revision: 45777
v19.07.3_mercusys_ac12_duma
Felix Fietkau 9 years ago
parent 564fdae968
commit 83703fc076

@ -35,7 +35,7 @@ define Device/Default
KERNEL := $(KERNEL_DTB) | uImage lzma
IMAGES := sysupgrade.bin
IMAGE_SIZE := $(ralink_default_fw_size_8M)
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | check-size $$$$(IMAGE_SIZE) | pad-rootfs
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
endef
define Build/patch-dtb

Loading…
Cancel
Save