lantiq: fix led setup after switch to uci-defaults-new.sh
authorJohn Crispin <john@openwrt.org>
Fri, 11 Dec 2015 15:05:30 +0000 (15:05 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 11 Dec 2015 15:05:30 +0000 (15:05 +0000)
commit787120e3a3e3cfdf26efc22c652743f5d91840fd
treec272cdcaeacadfdb7412b304f7f6fe1d991eacfc
parent1d2a4ec287f7da699eff26c22ffcd12cc5c6fe1f
lantiq: fix led setup after switch to uci-defaults-new.sh

The switch to uci-defaults-new.sh revealed a bug in the former used
uci-defaults.sh, which failed to add leds with colons in the led name.

This bug isn't any longer present in uci-defaults-new.sh and therefore
all via DT defined leds will be added to /etc/config/system with their initial
on/off state, regardless whether they are already added by the board specific
led mappings.

This results for a BTHOMEHUBV5A into the following led configuration:

- soc:blue:power is added as led_power with the initial state "switched on"
- soc:blue:power is added as led_soc_blue_power with the initial state "switched off"

With the final result of a switched off power led after boot.

The only led that needs to be added is the BTHOMEHUBV5A specific dimmed led.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 47850
target/linux/lantiq/base-files/etc/board.d/01_leds