1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 08:38:58 +02:00

ramips: add diag support for RT-N15 and PWH2004

Also sort the board names alphabetically.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27478 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-07-06 08:05:00 +00:00
parent 6451badb13
commit b016341cf1

View File

@ -36,18 +36,24 @@ get_status_led() {
fonera20n)
status_led="fonera20n:green:power"
;;
v22rw-2x2)
status_led="v22rw-2x2:green:security"
;;
whr-g300n)
status_led="whr-g300n:green:router"
;;
hw550-3g)
status_led="hw550-3g:green:status"
;;
mofi3500-3gn)
status_led="mofi3500-3gn:green:status"
;;
pwh2004)
status_led="pwh2004:green:power"
;;
rt-n15)
status_led="rt-n15:blue:power"
;;
v22rw-2x2)
status_led="v22rw-2x2:green:security"
;;
whr-g300n)
status_led="whr-g300n:green:router"
;;
esac
}