Author: hauke
Date: 2014-09-21 23:56:31 +0200 (Sun, 21 Sep 2014)
New Revision: 42639

Added:
   trunk/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc
Modified:
   trunk/package/system/mtd/src/Makefile
Log:
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 <[email protected]>


Modified: trunk/package/system/mtd/src/Makefile
===================================================================
--- trunk/package/system/mtd/src/Makefile       2014-09-21 21:18:30 UTC (rev 
42638)
+++ trunk/package/system/mtd/src/Makefile       2014-09-21 21:56:31 UTC (rev 
42639)
@@ -7,6 +7,7 @@
 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)
 

Added: trunk/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc
===================================================================
--- trunk/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc           
                (rev 0)
+++ trunk/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc   
2014-09-21 21:56:31 UTC (rev 42639)
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# Copyright (C) 2007 OpenWrt.org
+#
+#
+
+mtd fixtrx firmware
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to