summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/filogic/base-files/etc/board.d/01_leds
blob: 8cfed15544d06403430392a48ce151c95e67fec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
. /lib/functions/leds.sh
. /lib/functions/uci-defaults.sh

board=$(board_name)

board_config_update

case $board in
xiaomi,redmi-router-ax6000|\
xiaomi,redmi-router-ax6000-stock)
	ucidef_set_led_netdev "wan" "wan" "rgb:network" "wan"
	;;
esac

board_config_flush

exit 0