1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 19:47:37 +03:00

ar71xx: add diag support for the DB120 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28975 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-11-12 10:54:10 +00:00
parent bb977eb73b
commit a3d2129487
2 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,9 @@ get_status_led() {
bullet-m | rocket-m | nano-m | nanostation-m)
status_led="ubnt:green:link4"
;;
db120)
status_led="db120:green:status"
;;
dir-600-a1)
status_led="dir-600-a1:green:power"
;;

View File

@ -31,6 +31,9 @@ ar71xx_board_name() {
*AW-NR580)
name="aw-nr580"
;;
*DB120)
name="db120"
;;
*"DIR-600 rev. A1")
name="dir-600-a1"
;;