summaryrefslogtreecommitdiffstats
path: root/package/system/mtd
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-09-21 21:56:31 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-09-21 21:56:31 +0000
commitc977fad4fd5a72bcea09bfa745f132c082d3cceb (patch)
tree07705892e4dcf403ba9b68b10771b12cb134f388 /package/system/mtd
parent223a309c3c0dc5e548b1cd948d1dad17a31c366f (diff)
downloadmaster-31e0f0ae-c977fad4fd5a72bcea09bfa745f132c082d3cceb.tar.gz
master-31e0f0ae-c977fad4fd5a72bcea09bfa745f132c082d3cceb.tar.bz2
master-31e0f0ae-c977fad4fd5a72bcea09bfa745f132c082d3cceb.zip
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
Diffstat (limited to 'package/system/mtd')
-rw-r--r--package/system/mtd/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile
index 645064674b..27ac339005 100644
--- a/package/system/mtd/src/Makefile
+++ b/package/system/mtd/src/Makefile
@@ -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)