all: drop old uci-defaults.sh
[openwrt.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.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