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: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42639
This commit is contained in:
		| @@ -7,6 +7,7 @@ obj.seama = seama.o md5.o | |||||||
| obj.ar71xx = trx.o $(obj.seama) | obj.ar71xx = trx.o $(obj.seama) | ||||||
| obj.brcm = trx.o | obj.brcm = trx.o | ||||||
| obj.brcm47xx = $(obj.brcm) | obj.brcm47xx = $(obj.brcm) | ||||||
|  | obj.bcm53xx = $(obj.brcm) | ||||||
| obj.brcm63xx = imagetag.o | obj.brcm63xx = imagetag.o | ||||||
| obj.ramips = $(obj.seama) | obj.ramips = $(obj.seama) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -0,0 +1,7 @@ | |||||||
|  | #!/bin/sh | ||||||
|  | # | ||||||
|  | # Copyright (C) 2007 OpenWrt.org | ||||||
|  | # | ||||||
|  | # | ||||||
|  |  | ||||||
|  | mtd fixtrx firmware | ||||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens