diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-01-03 23:01:31 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-05 22:09:08 +0100 |
commit | 3801f8a7f780b00c06a22d531c56e49a11863043 (patch) | |
tree | 347525853067d9f63e0924ae3fe4ea3e1a14cb32 /target/linux/apm821xx/image | |
parent | 36d45e4cdc611c3c935c69aa0e7c8c4418963c6d (diff) | |
download | upstream-3801f8a7f780b00c06a22d531c56e49a11863043.tar.gz upstream-3801f8a7f780b00c06a22d531c56e49a11863043.tar.bz2 upstream-3801f8a7f780b00c06a22d531c56e49a11863043.zip |
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 <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/image')
-rw-r--r-- | target/linux/apm821xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |