bmips: add support for Observa VH4032N
[openwrt/openwrt.git] / target / linux / bmips / bcm6368 / 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 observa,vh4032n)
10 ucidef_set_led_usbport "usb1" "USB1" "blue:hspa" "usb1-port1" "usb2-port1"
11 ucidef_set_led_usbport "usb2" "USB2" "red:hspa" "1-2-port1" "1-2-port2"
12 ;;
13 esac
14
15 board_config_flush
16
17 exit 0