f851c7ed54bbfbede82603dad6bef5e02bca0a7c
[openwrt/staging/jow.git] / target / linux / mediatek / filogic / base-files / etc / board.d / 01_leds
1 . /lib/functions/leds.sh
2 . /lib/functions/uci-defaults.sh
3
4 board=$(board_name)
5
6 board_config_update
7
8 case $board in
9 xiaomi,redmi-router-ax6000)
10 ucidef_set_led_netdev "wan" "wan" "rgb:network" "wan"
11 ;;
12 esac
13
14 board_config_flush
15
16 exit 0