1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

ramips: add diag support for RT-N15 and PWH2004

Also sort the board names alphabetically.

SVN-Revision: 27478
This commit is contained in:
Gabor Juhos 2011-07-06 08:05:00 +00:00
parent d6985f5b46
commit 1a4e7153b6

@ -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
}