From e1eec53136fad7dc2e04ca7e231dfbcb78fec8d3 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Tue, 25 Nov 2014 19:06:38 +0000
Subject: [PATCH] brcm63xx: fix image generation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This fixes build issues introduced on r43361.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 43376
---
 target/linux/brcm63xx/image/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile
index b991a66dac..e7fcd2222a 100755
--- a/target/linux/brcm63xx/image/Makefile
+++ b/target/linux/brcm63xx/image/Makefile
@@ -58,6 +58,7 @@ define Image/Build/CFEDTB
 endef
 
 define Image/Build/OLDCFEDTB
+	# Generate the tagged image
 	$(TOPDIR)/scripts/brcmImage.pl -t -p \
 		-b $(3) -c $(4)	-e $(KERNEL_ENTRY) -a $(LOADADDR) \
 		-k $(KDIR)/vmlinux-$(2).lzma.cfe -r $(KDIR)/root.$(1) \
-- 
GitLab