From 6e64a38b0099d50d3ec98a3ab04a2a2cd19500e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 24 Oct 2016 10:34:32 +0200 Subject: [PATCH] brcm47xx: build also TRX image for Linksys WRT300N V1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Linksys WRT300N V1 has pretty bugged CFE bootloader (it crashes in a lot of situations) that doesn't accept .bin image. Signed-off-by: Rafał Miłecki --- target/linux/brcm47xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index e447cd8aa3..e654c53982 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -391,6 +391,7 @@ TARGET_DEVICES += linksys-wrt160n-v1 define Device/linksys-wrt300n-v1 $(Device/linksys) + IMAGES := bin trx DEVICE_ID := EWCB VERSION := 1.03.6 endef -- 2.30.2