[openwrt/openwrt] mediatek: filogic: enable CONFIG_LEDS_TRIGGER_PATTERN

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 2 04:58:09 PST 2024


blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f342255025e323626cb5887605a1f2eb609b206c

commit f342255025e323626cb5887605a1f2eb609b206c
Author: John Crispin <john at phrozen.org>
AuthorDate: Mon Dec 2 12:37:52 2024 +0100

    mediatek: filogic: enable CONFIG_LEDS_TRIGGER_PATTERN
    
    The boot LED on OpenWrt One is PWM driven and sets the pattern trigger as the
    default inside its devicetree.
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/mediatek/filogic/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/filogic/config-6.6 b/target/linux/mediatek/filogic/config-6.6
index 85e7367f41..e0a715a56b 100644
--- a/target/linux/mediatek/filogic/config-6.6
+++ b/target/linux/mediatek/filogic/config-6.6
@@ -226,6 +226,7 @@ CONFIG_JBD2=y
 CONFIG_JUMP_LABEL=y
 CONFIG_LEDS_PWM=y
 CONFIG_LEDS_SMARTRG_LED=y
+CONFIG_LEDS_TRIGGER_PATTERN=y
 CONFIG_LIBFDT=y
 CONFIG_LOCK_DEBUGGING_SUPPORT=y
 CONFIG_LOCK_SPIN_ON_OWNER=y




More information about the lede-commits mailing list