mediatek: add alternative stock layout for Xiaomi Redmi Router AX6000
[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 xiaomi,redmi-router-ax6000-stock)
11 ucidef_set_led_netdev "wan" "wan" "rgb:network" "wan"
12 ;;
13 esac
14
15 board_config_flush
16
17 exit 0