X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis.git;a=blobdiff_plain;f=target%2Flinux%2Fat91%2Fimage%2FMakefile;h=99c7e21669e1150006a934b9dd90f6017e561646;hp=6e2b6b6101a91b55b433630f0d5d8fa47c609bdb;hb=d7a679a036c8b9880301c04f2ce2ac58801e7569;hpb=feb1907270622f094a54ef23a20e8991908eca25 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