bmips: add JFFS2 unaligned access patch
[openwrt/openwrt.git] / target / linux / bmips / 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,ar-5315u|\
7 comtrend,ar-5387un|\
8 comtrend,vr-3025u)
9 mtd fixtrx firmware
10 ;;
11 esac
12
13 exit 0