From 2be862b6fc3a9d1be0fec85af3133673946ad283 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 21 Jul 2016 16:12:25 +0200 Subject: [PATCH] bcm53xx: fix simplified image building code Signed-off-by: Zoltan HERPAI --- target/linux/bcm53xx/image/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index e067d4da5c..a11b0d102c 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -17,8 +17,6 @@ define Image/Prepare # For UBI we want only one extra block rm -f $(KDIR)/ubi_mark echo -ne '\xde\xad\xc0\xde' > $(KDIR)/ubi_mark - - $(CP) ./ubinize.cfg $(KDIR) endef define Build/append-dtb -- 2.35.1