mirror of https://github.com/hak5/openwrt-owl.git
ramips: check size after padding
Signed-off-by: Cristian Morales Vega <cristian@samknows.com> SVN-Revision: 45777owl
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…
Reference in New Issue