From d36def3f4e2f9bc125277786e36b94d2d214f2d4 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 21 Sep 2014 21:56:31 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42639 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/mtd/src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/system') 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) -- cgit v1.2.3