1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-01 20:36:19 +02:00

at91: Install zImage.

Installing zImage to bin folder of device target.

Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
This commit is contained in:
Sandeep Sheriker Mallikarjun 2017-09-13 11:51:15 -07:00 committed by John Crispin
parent feb1907270
commit d7a679a036

View File

@ -43,9 +43,15 @@ define Device/evaluation
IMAGE/root.ubi := append-ubi
endef
define Device/evaluation-zImage
IMAGES += zImage
IMAGE/zImage := install-zImage
endef
define Device/evaluation-dtb
$(Device/evaluation)
$(Device/dtb)
$(Device/evaluation-zImage)
IMAGES += dtb
IMAGE/dtb := install-dtb
endef