mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -36,18 +36,24 @@ get_status_led() {
|
|||||||
fonera20n)
|
fonera20n)
|
||||||
status_led="fonera20n:green:power"
|
status_led="fonera20n:green:power"
|
||||||
;;
|
;;
|
||||||
v22rw-2x2)
|
|
||||||
status_led="v22rw-2x2:green:security"
|
|
||||||
;;
|
|
||||||
whr-g300n)
|
|
||||||
status_led="whr-g300n:green:router"
|
|
||||||
;;
|
|
||||||
hw550-3g)
|
hw550-3g)
|
||||||
status_led="hw550-3g:green:status"
|
status_led="hw550-3g:green:status"
|
||||||
;;
|
;;
|
||||||
mofi3500-3gn)
|
mofi3500-3gn)
|
||||||
status_led="mofi3500-3gn:green:status"
|
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
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user