bmips: add support for Observa VH4032N
[openwrt/staging/stintel.git] / target / linux / bmips / bcm6368 / base-files / etc / uci-defaults / 09_fix_crc
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 . /lib/functions.sh
4
5 case "$(board_name)" in
6 comtrend,vr-3025u |\
7 observa,vh4032n)
8 mtd fixtrx firmware
9 ;;
10 esac
11
12 exit 0