realtek: update the tree to the latest refactored version
[openwrt/staging/jow.git] / target / linux / realtek / base-files / etc / board.d / 01_leds
1 #!/bin/sh
2
3 . /lib/functions/uci-defaults.sh
4
5 board=$(board_name)
6
7 board_config_update
8
9 case $board in
10 esac
11
12 board_config_flush
13
14 exit 0