treewide: remove execute bit and shebang from board.d files
[openwrt/staging/rmilecki.git] / target / linux / mvebu / cortexa53 / base-files / etc / board.d / 01_leds
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 board=$(board_name)
8
9 case "$board" in
10 glinet,gl-mv1000)
11 ucidef_set_led_netdev "wan" "WAN" "green:wan" "wan"
12 ;;
13 esac
14
15 board_config_flush
16
17 exit 0