diff options
| author | John Crispin | 2024-12-02 11:37:52 +0000 |
|---|---|---|
| committer | John Crispin | 2024-12-02 12:55:36 +0000 |
| commit | f342255025e323626cb5887605a1f2eb609b206c (patch) | |
| tree | 47207ec0a76f1e2b042660b4c91b39b5caf2e279 | |
| parent | 218f3884d2fb8badaaa0fa5643143a668713bad8 (diff) | |
| download | openwrt-f342255025e323626cb5887605a1f2eb609b206c.tar.gz | |
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@phrozen.org>
| -rw-r--r-- | target/linux/mediatek/filogic/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |