From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Wed, 31 Jul 2013 17:41:52 +0000 (+0000)
Subject: brcm47xx: run mtd fixtrx linux every time
X-Git-Tag: reboot~9626
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e2b2e3886bb7466b65c6dda9ba784a58e9832fa1;p=openwrt%2Fstaging%2Fpepe2k.git

brcm47xx: run mtd fixtrx linux every time

With this patch it is possible to boot a device with kernel 3.10 a second time.

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

SVN-Revision: 37625
---

diff --git a/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
index b411d8495f..598f45e81c 100644
--- a/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
+++ b/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
@@ -4,11 +4,4 @@
 #
 #
 
-do_fixcrc() {
-	mtd fixtrx linux
-}
-
-case `uname -r` in
-	3.8* | 3.9* ) do_fixcrc;;
-esac
-
+mtd fixtrx linux