image: add KERNEL_SIZE to the default device vars
This reverts commit ec37a56587
and fixes
the underlying issue.
This commit is contained in:
parent
b964196c68
commit
1cd0a4c688
8 changed files with 6 additions and 10 deletions
|
@ -261,7 +261,7 @@ define Device/ubnt-uap-pro
|
|||
DEVICE_PROFILE := UBNT UAPPRO
|
||||
KERNEL := kernel-bin | patch-cmdline | lzma | uImage lzma | jffs2 kernel0
|
||||
IMAGES := sysupgrade.bin factory.bin
|
||||
IMAGE/sysupgrade.bin = append-kernel $$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
|
||||
IMAGE/sysupgrade.bin = append-kernel $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
|
||||
IMAGE/factory.bin = $$(IMAGE/sysupgrade.bin) | mkubntimage2
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue