From: Christian Lamparter Date: Thu, 3 Jan 2019 22:01:31 +0000 (+0100) Subject: apm821xx: MBL: fix kernel/apollo3g.dtb artifact build X-Git-Tag: v19.07.0-rc1~1660 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3801f8a7f780b00c06a22d531c56e49a11863043;p=openwrt%2Fstaging%2Fpepe2k.git 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 --- 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