From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- .../base-files/etc/uci-defaults/09_fix_crc | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc (limited to 'target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc') diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc new file mode 100644 index 0000000..f307a4c --- /dev/null +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc @@ -0,0 +1,38 @@ +#!/bin/sh +# +# Copyright (C) 2007 OpenWrt.org +# +# + +. /lib/brcm63xx.sh + +do_fixcrc() { + mtd fixtrx linux +} + +case "$(brcm63xx_board_name)" in + a4001n |\ + a4001n1 |\ + ar-5381u |\ + ar-5387un |\ + bcm96328avng |\ + bcm963281tan |\ + cpva502p |\ + cpva642 |\ + ct-6373 |\ + dsl-274xb-f |\ + magic |\ + p870hw-51a_v2 |\ + rta770bw |\ + rta770w |\ + spw303v |\ + v2110 |\ + v2500v_bb |\ + vr-3025u |\ + vr-3025un |\ + vr-3026e |\ + wap-5813n) + do_fixcrc + ;; +esac + -- cgit v1.2.3