From: Sandeep Sheriker Mallikarjun Date: Wed, 13 Sep 2017 18:51:15 +0000 (-0700) Subject: at91: Install zImage. X-Git-Tag: v19.07.0-rc1~5761 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fhauke.git;a=commitdiff_plain;h=d7a679a036c8b9880301c04f2ce2ac58801e7569 at91: Install zImage. Installing zImage to bin folder of device target. Signed-off-by: Sandeep Sheriker Mallikarjun --- diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index 6e2b6b6101..99c7e21669 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -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