treewide: remove execute bit and shebang from board.d files
[openwrt/openwrt.git] / target / linux / ath25 / base-files / etc / board.d / 01_leds
1 # Copyright 2012-2015 OpenWrt.org
2 #
3
4 . /lib/functions/uci-defaults.sh
5
6 board_config_update
7
8 ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
9
10 board_config_flush
11
12 exit 0