ipq807x: add Redmi AX6
[openwrt/staging/jow.git] / target / linux / ipq807x / base-files / etc / board.d / 01_leds
1
2 . /lib/functions/uci-defaults.sh
3
4 board_config_update
5
6 board=$(board_name)
7
8 case "$board" in
9 redmi,ax6|\
10 xiaomi,ax3600)
11 ucidef_set_led_netdev "wan" "WAN" "blue:network" "wan"
12 ;;
13 esac
14
15 board_config_flush
16
17 exit 0