mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
ar71xx: add diag support for the DB120 board
SVN-Revision: 28975
This commit is contained in:
parent
d8db8e94c8
commit
d461fdd519
@ -45,6 +45,9 @@ get_status_led() {
|
|||||||
bullet-m | rocket-m | nano-m | nanostation-m)
|
bullet-m | rocket-m | nano-m | nanostation-m)
|
||||||
status_led="ubnt:green:link4"
|
status_led="ubnt:green:link4"
|
||||||
;;
|
;;
|
||||||
|
db120)
|
||||||
|
status_led="db120:green:status"
|
||||||
|
;;
|
||||||
dir-600-a1)
|
dir-600-a1)
|
||||||
status_led="dir-600-a1:green:power"
|
status_led="dir-600-a1:green:power"
|
||||||
;;
|
;;
|
||||||
|
@ -31,6 +31,9 @@ ar71xx_board_name() {
|
|||||||
*AW-NR580)
|
*AW-NR580)
|
||||||
name="aw-nr580"
|
name="aw-nr580"
|
||||||
;;
|
;;
|
||||||
|
*DB120)
|
||||||
|
name="db120"
|
||||||
|
;;
|
||||||
*"DIR-600 rev. A1")
|
*"DIR-600 rev. A1")
|
||||||
name="dir-600-a1"
|
name="dir-600-a1"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user