aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/image
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2016-10-24 10:34:32 +0200
committerRafał Miłecki <rafal@milecki.pl>2016-10-24 10:34:59 +0200
commit6e64a38b0099d50d3ec98a3ab04a2a2cd19500e4 (patch)
treefd461abb7ede63ab20648b871d653e9a93d042b5 /target/linux/brcm47xx/image
parent337f219130adc96d24edd88ac22bc48f4e9a3158 (diff)
downloadupstream-6e64a38b0099d50d3ec98a3ab04a2a2cd19500e4.tar.gz
upstream-6e64a38b0099d50d3ec98a3ab04a2a2cd19500e4.tar.bz2
upstream-6e64a38b0099d50d3ec98a3ab04a2a2cd19500e4.zip
brcm47xx: build also TRX image for Linksys WRT300N V1
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 <rafal@milecki.pl>
Diffstat (limited to 'target/linux/brcm47xx/image')
-rw-r--r--target/linux/brcm47xx/image/Makefile1
1 files changed, 1 insertions, 0 deletions
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