lantiq: add patch to fix the reset gpio handling in the pci driver
[openwrt/openwrt.git] / target / linux / kirkwood / base-files / etc / board.d / 01_leds
1 #
2 # Copyright (C) 2012-2015 OpenWrt.org
3 #
4
5 . /lib/functions/uci-defaults.sh
6
7 board_config_update
8
9 board=$(board_name)
10
11 case "$board" in
12 iom,ix2-200)
13 ucidef_set_led_timer "health" "health" "status:white:rebuild_led" "200" "800"
14 ;;
15 linksys,e4200-v2|\
16 linksys,ea4500)
17 ucidef_set_led_default "pulse" "pulse" "viper:white:pulse" "1"
18 ;;
19 esac
20
21 board_config_flush
22
23 exit 0