base-files/leds: save led color value if available
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 1 Feb 2024 10:17:17 +0000 (11:17 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 7 Feb 2024 14:34:43 +0000 (15:34 +0100)
commit102855b3c13e4fc6b1df4325ee51855a69874f88
tree5d7f865ddee99a24cb8a97e6e49c1b258cc3d250
parentdb9f26cfcb5d5222a68f60fc30958f61d18057f2
base-files/leds: save led color value if available

There are monochrome LEDs that can only display one color. However, there
are also LEDs that can display multiple colors. This can be tested in the
led subsystem of the kernel if the files 'multi_index' and 'multi_intensity'
are present in the folder '/sys/class/leds/<ledname>'.

Until now it was not possible to reset the default color. This commit adds
the missing information in the file '/var/run/led.state' so that the bootup
color can be seen on the LED again when the LED configuration has been changed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/base-files/files/etc/init.d/led