ar71xx/base-files: rename 09_fix-trx-header 09_fix-checksum
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / uci-defaults / 09_fix-checksum
1 #!/bin/sh
2 #
3 # Copyright (C) 2010 OpenWrt.org
4 #
5
6 . /lib/ar71xx.sh
7
8 board=$(ar71xx_board_name)
9
10 fixtrx() {
11 mtd -o 32 fixtrx firmware
12 }
13
14 case "$board" in
15 mynet-rext |\
16 wrt160nl)
17 fixtrx
18 ;;
19 esac