summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
blob: b411d8495fdb1470102ef9517a2cebca0ecb19e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Copyright (C) 2007 OpenWrt.org
#
#

do_fixcrc() {
	mtd fixtrx linux
}

case `uname -r` in
	3.8* | 3.9* ) do_fixcrc;;
esac