e74944a65f1e43d7f5e638d8891f0ea3000a308c
[openwrt/staging/rmilecki.git] / target / linux / mediatek / mt7622 / base-files / etc / board.d / 01_leds
1 #!/bin/sh
2
3 . /lib/functions/leds.sh
4 . /lib/functions/uci-defaults.sh
5
6 board=$(board_name)
7
8 board_config_update
9
10 case $board in
11 linksys,e8450)
12 ucidef_set_led_netdev "wan" "WAN" "inet:blue" "wan"
13 ;;
14 esac
15
16 board_config_flush
17
18 exit 0