e28dcda23d43ebf30fa3da54e7abf3356558a7ac
[openwrt/staging/hauke.git] / target / linux / ath25 / base-files / etc / board.d / 01_leds
1 #!/bin/sh
2 # Copyright 2012-2015 OpenWrt.org
3 #
4
5 . /lib/functions/uci-defaults-new.sh
6
7 board_config_update
8
9 ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
10
11 board_config_flush
12
13 exit 0