brcm47xx: build also TRX image for Linksys WRT300N V1
authorRafał Miłecki <rafal@milecki.pl>
Mon, 24 Oct 2016 08:34:32 +0000 (10:34 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 24 Oct 2016 08:34:59 +0000 (10:34 +0200)
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>
target/linux/brcm47xx/image/Makefile

index e447cd8aa393d9fe1aa27893653b0af2e02c0c7f..e654c539823e9685847010c7d03506f7091d4af9 100644 (file)
@@ -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