kernel: bump 5.4 to 5.4.80
[openwrt/staging/stintel.git] / target / linux / rtl838x / 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