b411d8495fdb1470102ef9517a2cebca0ecb19e2
[openwrt.git] / target / linux / brcm47xx / base-files / etc / uci-defaults / 09_fix_crc
1 #!/bin/sh
2 #
3 # Copyright (C) 2007 OpenWrt.org
4 #
5 #
6
7 do_fixcrc() {
8         mtd fixtrx linux
9 }
10
11 case `uname -r` in
12         3.8* | 3.9* ) do_fixcrc;;
13 esac
14