rtl838x: add new architecture
[openwrt/staging/jow.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 boardname="${board##*,}"
7
8 board_config_update
9
10 case $board in
11 esac
12
13 board_config_flush
14
15 exit 0