From 3801f8a7f780b00c06a22d531c56e49a11863043 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Thu, 3 Jan 2019 23:01:31 +0100 Subject: [PATCH] apm821xx: MBL: fix kernel/apollo3g.dtb artifact build The name for the artifact should have been apollo3g.dtb and not kernel.dtb. Fixes: 908bdbfce9f9 ("apm821xx: utilize build ARTIFACTs") Signed-off-by: Christian Lamparter --- target/linux/apm821xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile index 60b1f78a3b..cd79d9d14f 100644 --- a/target/linux/apm821xx/image/Makefile +++ b/target/linux/apm821xx/image/Makefile @@ -233,7 +233,7 @@ define Device/wd_mybooklive KERNEL := kernel-bin | dtb | gzip | uImage gzip KERNEL_INITRAMFS := kernel-bin | gzip | dtb | MuImage-initramfs gzip IMAGES := factory.img.gz kernel.dtb sysupgrade.img.gz - ARTIFACTS := kernel.dtb + ARTIFACTS := apollo3g.dtb DEVICE_DTB := apollo3g.dtb FILESYSTEMS := ext4 squashfs IMAGE/factory.img.gz := boot-script | boot-img | hdd-img | gzip