mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: add rb750 to diag.sh
Support status led in diag.sh for RB750 Patch from: Evangelos Arkalis <arkalis.e@gmail.com> SVN-Revision: 31207owl
parent
da3f3f8f9d
commit
fe6d66afe2
|
@ -90,6 +90,9 @@ get_status_led() {
|
|||
rb-411 | rb-411u | rb-433 | rb-433u | rb-450 | rb-450g | rb-493)
|
||||
status_led="rb4xx:yellow:user"
|
||||
;;
|
||||
rb-750)
|
||||
status_led="rb750:green:act"
|
||||
;;
|
||||
routerstation | routerstation-pro)
|
||||
status_led="ubnt:green:rf"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue