aboutsummaryrefslogtreecommitdiff
path: root/target/linux/realtek/base-files/etc/board.d/01_leds
blob: 4091645c8e90936e1a3c0075f1009874d9ea5d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
. /lib/functions/uci-defaults.sh

board=$(board_name)

board_config_update

case $board in
esac

board_config_flush

exit 0