Message ID | 20190913010815.14962-3-yszhou4tech@gmail.com |
---|---|
State | Accepted, archived |
Delegated to: | Yousong Zhou |
Headers | show |
Series | [OpenWrt-Devel,1/3] build: install-dtb: fix race condition when copying dtb | expand |
On Friday, September 13, 2019 3:08:15 AM CEST Yousong Zhou wrote: > It's a leftover from 2271967f ("pm821xx: utilize build ARTIFACTs") "apm821xx: utilize build ARTIFACTs" Otherwise Acked-by: Christian Lamparter <chunkeey@gmail.com> > > Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> > --- > 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 acfd478755..8203de39c5 100644 > --- a/target/linux/apm821xx/image/Makefile > +++ b/target/linux/apm821xx/image/Makefile > @@ -238,7 +238,7 @@ define Device/wd_mybooklive > DTB_SIZE := 16384 > 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 > + IMAGES := factory.img.gz sysupgrade.img.gz > ARTIFACTS := apollo3g.dtb > DEVICE_DTB := apollo3g.dtb > FILESYSTEMS := ext4 squashfs > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel >
diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile index acfd478755..8203de39c5 100644 --- a/target/linux/apm821xx/image/Makefile +++ b/target/linux/apm821xx/image/Makefile @@ -238,7 +238,7 @@ define Device/wd_mybooklive DTB_SIZE := 16384 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 + IMAGES := factory.img.gz sysupgrade.img.gz ARTIFACTS := apollo3g.dtb DEVICE_DTB := apollo3g.dtb FILESYSTEMS := ext4 squashfs
It's a leftover from 2271967f ("pm821xx: utilize build ARTIFACTs") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> --- target/linux/apm821xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)