aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-02-26 13:16:01 +0100
committerDavid Bauer <mail@david-bauer.net>2021-02-26 15:35:41 +0100
commitcc2d61edc3bf70e0560d067490be3af8fa0729ab (patch)
treebb112eccf4ea405029155d31de18aa6c49ea9a81
parent59d065c9f81c4d1a89464d071134a50529449f34 (diff)
downloadupstream-cc2d61edc3bf70e0560d067490be3af8fa0729ab.tar.gz
upstream-cc2d61edc3bf70e0560d067490be3af8fa0729ab.tar.bz2
upstream-cc2d61edc3bf70e0560d067490be3af8fa0729ab.zip
mpc85xx: remove fdt.bin image
When converting the fdt binary to be created as an artifact, the image receipt was dropped but the entry in the target images list was not. Fixes commit 1e41de2f48e2 ("mpc85xx: convert TL-WDR4900 v1 to simpleImage") Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r--target/linux/mpc85xx/image/p1010.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/image/p1010.mk b/target/linux/mpc85xx/image/p1010.mk
index e12621e82c..72fcece019 100644
--- a/target/linux/mpc85xx/image/p1010.mk
+++ b/target/linux/mpc85xx/image/p1010.mk
@@ -17,7 +17,7 @@ define Device/tplink_tl-wdr4900-v1
SUPPORTED_DEVICES += tl-wdr4900-v1
ARTIFACTS := fdt.bin
ARTIFACT/fdt.bin := append-dtb
- IMAGES := fdt.bin factory.bin sysupgrade.bin
+ IMAGES := factory.bin sysupgrade.bin
IMAGE/sysupgrade.bin := tplink-v1-image sysupgrade | append-metadata
IMAGE/factory.bin := tplink-v1-image factory
endef