mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-16 11:54:48 +00:00
ramips: add diag support for RT-N15 and PWH2004
Also sort the board names alphabetically. SVN-Revision: 27478
This commit is contained in:
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user