[openwrt/openwrt] mediatek: mt7629: add the missing symbol CONFIG_LEDS_SMARTRG_LED

LEDE Commits lede-commits at lists.infradead.org
Thu May 29 14:08:04 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d2764bfd7e3bd42233139e4baee31b1264618292

commit d2764bfd7e3bd42233139e4baee31b1264618292
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Wed May 28 19:06:00 2025 +0800

    mediatek: mt7629: add the missing symbol CONFIG_LEDS_SMARTRG_LED
    
    This symbol was lost when porting to the 6.12 kernel.
    
    Fixes: 16b5a77716f6 ("mediatek: mt7629: update config-6.12")
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18947
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/mt7629/config-6.12 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/mt7629/config-6.12 b/target/linux/mediatek/mt7629/config-6.12
index 8a64e293f3..2098293e69 100644
--- a/target/linux/mediatek/mt7629/config-6.12
+++ b/target/linux/mediatek/mt7629/config-6.12
@@ -171,6 +171,7 @@ CONFIG_IRQ_FORCED_THREADING=y
 CONFIG_IRQ_TIME_ACCOUNTING=y
 CONFIG_IRQ_WORK=y
 # CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set
+# CONFIG_LEDS_SMARTRG_LED is not set
 CONFIG_LIBFDT=y
 CONFIG_LOCK_DEBUGGING_SUPPORT=y
 CONFIG_LOCK_SPIN_ON_OWNER=y




More information about the lede-commits mailing list