2010-05-30 09:32:47 +08:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
board_name=""
|
|
|
|
status_led=""
|
|
|
|
status_led2=""
|
|
|
|
sys_mtd_part=""
|
|
|
|
brcm63xx_has_reset_button=""
|
|
|
|
|
|
|
|
brcm63xx_detect() {
|
2012-05-27 21:22:08 +08:00
|
|
|
board_name=$(awk 'BEGIN{FS="[ \t:/]+"} /system type/ {print $4}' /proc/cpuinfo)
|
2010-05-30 09:32:47 +08:00
|
|
|
|
2012-05-27 21:22:11 +08:00
|
|
|
if [ "$board_name" = "96358VW" ] && [ -e /proc/switch/eth1/enable ]; then
|
|
|
|
board_name="DVAG3810BN"
|
|
|
|
fi
|
|
|
|
|
2010-05-30 09:32:47 +08:00
|
|
|
case "$board_name" in
|
2012-05-30 18:27:46 +08:00
|
|
|
96328avng)
|
|
|
|
status_led="96328avng::power"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-10-23 18:57:47 +08:00
|
|
|
96328A-1241N)
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
status_led="96328A-1241N:green:power"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-10-23 18:57:44 +08:00
|
|
|
96328A-1441N1)
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
status_led="96328A-1441N1:green:power"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-30 18:27:46 +08:00
|
|
|
963281TAN)
|
|
|
|
status_led="963281TAN::power"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-10-23 18:57:39 +08:00
|
|
|
963281T_TEF)
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
status_led="963281T_TEF:green:power"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
96348GW)
|
2010-12-07 23:15:41 +08:00
|
|
|
status_led="power"
|
2010-05-30 09:32:47 +08:00
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth1
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
GW6000)
|
2010-12-07 23:15:54 +08:00
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth1
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
GW6200)
|
2010-12-07 23:15:54 +08:00
|
|
|
status_led="line1"
|
|
|
|
status_led2="tel"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth1
|
|
|
|
;;
|
2013-01-04 22:47:57 +08:00
|
|
|
HW556*)
|
|
|
|
status_led="HW556:red:power"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
96348GW-11)
|
2010-08-03 03:32:59 +08:00
|
|
|
status_led="power"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth1
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
CT536_CT5621)
|
2010-12-11 02:59:58 +08:00
|
|
|
status_led="power"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
SPW500V)
|
2010-11-29 06:04:36 +08:00
|
|
|
status_led="power:green"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-27 21:22:43 +08:00
|
|
|
AW4139 |\
|
|
|
|
AW4339U)
|
2011-05-11 21:33:50 +08:00
|
|
|
status_led="dsl-274xb:green:power"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
96358-502V)
|
2011-05-11 21:34:14 +08:00
|
|
|
status_led="spw303v:green:power+adsl"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
V2110)
|
2011-05-20 18:06:25 +08:00
|
|
|
status_led="V2110:power:green"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
CPVA642)
|
2010-12-06 14:46:03 +08:00
|
|
|
status_led="power:green"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-05-27 21:22:08 +08:00
|
|
|
D-4P-W)
|
2011-05-20 18:06:22 +08:00
|
|
|
status_led="power:green"
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2012-07-31 22:27:47 +08:00
|
|
|
NB6)
|
|
|
|
brcm63xx_has_reset_button="true"
|
|
|
|
ifname=eth0
|
|
|
|
;;
|
2010-05-30 09:32:47 +08:00
|
|
|
*)
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
}
|
|
|
|
|
|
|
|
brcm63xx_detect
|