From: Rafał Miłecki Date: Mon, 24 Oct 2016 08:34:32 +0000 (+0200) Subject: brcm47xx: build also TRX image for Linksys WRT300N V1 X-Git-Tag: v17.01.0-rc1~1082 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6e64a38b0099d50d3ec98a3ab04a2a2cd19500e4 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 --- 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