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