projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c34eee5
)
generic: add missing CONFIG_LEDS_ST1202 symbol
author
Robert Marko
<
[email protected]
>
Mon, 27 Jan 2025 13:25:09 +0000
(14:25 +0100)
committer
Robert Marko
<
[email protected]
>
Mon, 27 Jan 2025 13:27:52 +0000
(14:27 +0100)
ST1202 controller was added recently, but it was not disabled in the
generic config, so lets avoid individual target configs disabling it
and just disable it in generic config.
Link:
https://github.com/openwrt/openwrt/pull/17746
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/generic/config-6.6
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-6.6
b/target/linux/generic/config-6.6
index c8ebee70278022e6816a06cd72cc655e4a71a1e3..a92151700d7012b386a71db35166461128e6bf64 100644
(file)
--- a/
target/linux/generic/config-6.6
+++ b/
target/linux/generic/config-6.6
@@
-3082,6
+3082,7
@@
CONFIG_LEDS_CLASS_MULTICOLOR=y
# CONFIG_LEDS_PWM_MULTICOLOR is not set
# CONFIG_LEDS_REGULATOR is not set
# CONFIG_LEDS_SPI_BYTE is not set
+# CONFIG_LEDS_ST1202 is not set
# CONFIG_LEDS_SYSCON is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TI_LMU_COMMON is not set