treewide: remove execute bit and shebang from board.d files
[openwrt/openwrt.git] / target / linux / realtek / base-files / etc / board.d / 01_leds
1
2 . /lib/functions/uci-defaults.sh
3
4 board=$(board_name)
5
6 board_config_update
7
8 case $board in
9 esac
10
11 board_config_flush
12
13 exit 0