summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc2
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh10
2 files changed, 12 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 edd8802b7..2bb79cc09 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
;;
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index 8116e807d..87b2063db 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -27,6 +27,16 @@ brcm63xx_detect() {
status_led="96328A-1241N:green:power"
ifname=eth0
;;
+ RTA770BW)
+ brcm63xx_has_reset_button="true"
+ status_led="RTA770BW:green:diag"
+ ifname=eth0
+ ;;
+ RTA770W)
+ brcm63xx_has_reset_button="true"
+ status_led="RTA770W:green:diag"
+ ifname=eth0
+ ;;
96328A-1441N1)
brcm63xx_has_reset_button="true"
status_led="96328A-1441N1:green:power"