Browse Source

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 <[email protected]>

SVN-Revision: 37625
Hauke Mehrtens 12 years ago
parent
commit
e2b2e3886b
1 changed files with 1 additions and 8 deletions
  1. 1 8
      target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc

+ 1 - 8
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