1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 01:25:33 +03:00

ar71xx: fix status led detection on the RB4xx boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20005 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-03-05 20:29:24 +00:00
parent 0955ccfcf3
commit 3481530afd
2 changed files with 16 additions and 4 deletions

View File

@ -63,6 +63,9 @@ get_status_led() {
pb44) pb44)
status_led="pb44:amber:jump1" status_led="pb44:amber:jump1"
;; ;;
rb-411 | rb-411u | rb-433 | rb-433u | rb-450 | rb-450g | rb-493)
status_led="rb4xx:yellow:user"
;;
routerstation | routerstation-pro) routerstation | routerstation-pro)
status_led="ubnt:green:rf" status_led="ubnt:green:rf"
;; ;;

View File

@ -46,16 +46,25 @@ ar71xx_board_name() {
*PB44) *PB44)
name="pb44" name="pb44"
;; ;;
*RB-411) *"RouterBOARD 411/A/AH")
name="rb-411" name="rb-411"
;; ;;
*RB-433) *"RouterBOARD 411U")
name="rb-411u"
;;
*"RouterBOARD 433/AH")
name="rb-433" name="rb-433"
;; ;;
*RB-450) *"RouterBOARD 433UAH")
name="rb-433u"
;;
*"RouterBOARD 450")
name="rb-450" name="rb-450"
;; ;;
*RB-493) *"RouterBOARD 450G")
name="rb-450g"
;;
*"RouterBOARD 493/AH")
name="rb-493" name="rb-493"
;; ;;
*"Rocket M") *"Rocket M")