openwrtv4/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
Hauke Mehrtens 4a46687d25 brcm47xx: use old partition names again for kernel 3.8
This fixes sysupgrade. The partition names are used all over the Internet in various howtos.

Thank you russell for spotting this problem.

SVN-Revision: 36235
2013-04-06 22:22:26 +00:00

14 lines
137 B
Bash

#!/bin/sh
#
# Copyright (C) 2007 OpenWrt.org
#
#
do_fixcrc() {
mtd fixtrx linux
}
case `uname -r` in
3.8* | 3.9* ) do_fixcrc;;
esac