Skip to content
Snippets Groups Projects
Commit c977fad4 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

bcm53xx: add fixtrx


Without running fixtrx the image will not boot at the second time,
because the CRC the boot loader check is invalid at that time.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 42639
parent 223a309c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ obj.seama = seama.o md5.o
obj.ar71xx = trx.o $(obj.seama)
obj.brcm = trx.o
obj.brcm47xx = $(obj.brcm)
obj.bcm53xx = $(obj.brcm)
obj.brcm63xx = imagetag.o
obj.ramips = $(obj.seama)
......
#!/bin/sh
#
# Copyright (C) 2007 OpenWrt.org
#
#
mtd fixtrx firmware
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment