[openwrt/openwrt] mpc85xx: remove fdt.bin image

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 26 09:36:02 EST 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cc2d61edc3bf70e0560d067490be3af8fa0729ab

commit cc2d61edc3bf70e0560d067490be3af8fa0729ab
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Fri Feb 26 13:16:01 2021 +0100

    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 at david-bauer.net>
---
 target/linux/mpc85xx/image/p1010.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the lede-commits mailing list