summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
blob: 981d114b35cff8914fa3f597db88a2701d319a8c (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 firmware
}

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