From d9bc98522bf98231542dcb101f2a03d9fe163370 Mon Sep 17 00:00:00 2001 From: hauke Date: Wed, 31 Jul 2013 17:41:52 +0000 Subject: [PATCH 1/1] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 -- 2.11.0