projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
337f219
)
brcm47xx: build also TRX image for Linksys WRT300N V1
author
Rafał Miłecki
<rafal@milecki.pl>
Mon, 24 Oct 2016 08:34:32 +0000
(10:34 +0200)
committer
Rafał 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
patch
|
blob
|
history
diff --git
a/target/linux/brcm47xx/image/Makefile
b/target/linux/brcm47xx/image/Makefile
index e447cd8aa393d9fe1aa27893653b0af2e02c0c7f..e654c539823e9685847010c7d03506f7091d4af9 100644
(file)
--- 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