981d114b35cff8914fa3f597db88a2701d319a8c
[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 firmware
9 }
10
11 case `uname -r` in
12         3.8* | 3.9* ) do_fixcrc;;
13 esac
14