bmips: add subtargets for each SoC
[openwrt/staging/jow.git] / target / linux / bmips / bcm6318 / base-files / etc / board.d / 01_leds
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 . /lib/functions/leds.sh
4 . /lib/functions/uci-defaults.sh
5
6 board_config_update
7
8 case "$(board_name)" in
9 comtrend,ar-5315u)
10 ucidef_set_led_usbport "usb" "USB" "green:usb" "usb1-port1" "usb2-port1"
11 ;;
12 esac
13
14 board_config_flush
15
16 exit 0