summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2013-02-05 14:57:43 +0000
committerMirko Vogt <mirko@openwrt.org>2013-02-05 14:57:43 +0000
commitec19a23bae1a578379175b52f6d63b6d58fe9d69 (patch)
treefe50fe18c86653696774bed1bb05f94ea729e8cc /target/linux/brcm63xx/base-files/etc
parentf460388ce20403692d06dfbd6ddd7685b15ff555 (diff)
downloadmaster-31e0f0ae-ec19a23bae1a578379175b52f6d63b6d58fe9d69.tar.gz
master-31e0f0ae-ec19a23bae1a578379175b52f6d63b6d58fe9d69.tar.bz2
master-31e0f0ae-ec19a23bae1a578379175b52f6d63b6d58fe9d69.zip
fix trx checksum after first boot and add led/button definitions for boards RTA770BW and RTA770W
SVN-Revision: 35501
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc2
1 files changed, 2 insertions, 0 deletions
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
index edd8802b72..2bb79cc091 100755
--- a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc
+++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc
@@ -25,6 +25,8 @@ case "$board_name" in
CT6373-1 |\
MAGIC |\
V2110 |\
+ RTA770BW |\
+ RTA770W |\
V2500V_BB)
do_fixcrc
;;