OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 4... Line 4...
4 . /lib/functions.sh 4 . /lib/functions.sh
5 . /lib/functions/leds.sh 5 . /lib/functions/leds.sh
Line 6... Line 6...
6   6  
7 get_status_led() { 7 get_status_led() {
8 case $(board_name) in 8 case $(board_name) in
9 "akitio,mycloud") 9 akitio)
10 status_led="akitio:red:status" 10 status_led="akitio:red:status"
11 ;; 11 ;;
12 "mitrastar,stg-212") 12 stg212)
13 status_led="zyxel:blue:status" 13 status_led="zyxel:blue:status"
14 ;; 14 ;;
15 "shuttle,kd20") 15 kd20)
16 status_led="kd20:blue:status" 16 status_led="kd20:blue:status"
17 ;; 17 ;;
18 "cloudengines,pogoplug"*) 18 pogoplug-pro | pogoplug-v3)
19 status_led="pogoplug:blue:internal" 19 status_led="pogoplug:blue:internal"
20 ;; 20 ;;
21 esac 21 esac