eab8b591429b4d9f7bcd5236ff1aa55aef764dcb
[openwrt/staging/dedeckeh.git] / target / linux / apm821xx / base-files / etc / board.d / 01_leds
1 #!/bin/sh
2
3 . /lib/functions/uci-defaults.sh
4 . /lib/apm821xx.sh
5
6 board_config_update
7
8 board=$(apm821xx_board_name)
9
10 case "$board" in
11 *)
12 ;;
13 esac
14
15 board_config_flush
16
17 exit 0