qualcommax: ipq60xx: add yuncore fap650 support
[openwrt/staging/xback.git] / target / linux / qualcommax / ipq60xx / base-files / etc / board.d / 01_leds
1
2 . /lib/functions/leds.sh
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 board=$(board_name)
8
9 case "$board" in
10 yuncore,fap650)
11 ucidef_set_led_netdev "wlan5ghz" "WLAN 5GHz LED" "blue:wlan-5ghz" "wlan0" "tx rx"
12 ucidef_set_led_netdev "wlan2ghz" "WLAN 2.4GHz LED" "green:wlan-2ghz" "wlan1" "tx rx"
13 ;;
14 esac
15
16 board_config_flush
17
18 exit 0