ramips: check size after padding
Signed-off-by: Cristian Morales Vega <cristian@samknows.com> SVN-Revision: 45777
This commit is contained in:
parent
564fdae968
commit
83703fc076
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue