Skip to content

Commit

Permalink
apm821xx: MBL: fix kernel/apollo3g.dtb artifact build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
chunkeey committed Jan 5, 2019
1 parent 36d45e4 commit 3801f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/apm821xx/image/Makefile
Expand Up @@ -233,7 +233,7 @@ define Device/wd_mybooklive
KERNEL := kernel-bin | dtb | gzip | uImage gzip KERNEL := kernel-bin | dtb | gzip | uImage gzip
KERNEL_INITRAMFS := kernel-bin | gzip | dtb | MuImage-initramfs gzip KERNEL_INITRAMFS := kernel-bin | gzip | dtb | MuImage-initramfs gzip
IMAGES := factory.img.gz kernel.dtb sysupgrade.img.gz IMAGES := factory.img.gz kernel.dtb sysupgrade.img.gz
ARTIFACTS := kernel.dtb ARTIFACTS := apollo3g.dtb
DEVICE_DTB := apollo3g.dtb DEVICE_DTB := apollo3g.dtb
FILESYSTEMS := ext4 squashfs FILESYSTEMS := ext4 squashfs
IMAGE/factory.img.gz := boot-script | boot-img | hdd-img | gzip IMAGE/factory.img.gz := boot-script | boot-img | hdd-img | gzip
Expand Down

0 comments on commit 3801f8a

Please sign in to comment.