[openwrt/openwrt] bcm53xx: 5.15: add missing LEDS_BCM63138 config symbol

LEDE Commits lede-commits at lists.infradead.org
Thu Aug 25 13:08:03 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/15cae55cecccd7962907c5306bc2dbe38c3c66bb

commit 15cae55cecccd7962907c5306bc2dbe38c3c66bb
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Aug 22 15:30:21 2022 +0200

    bcm53xx: 5.15: add missing LEDS_BCM63138 config symbol
    
    Fixes following build issue found during build testing with 5.15.63
    kernel:
    
     LED Support for Broadcom BCM63138 SoC (LEDS_BCM63138) [N/m/y/?] (NEW)
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 target/linux/bcm53xx/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/bcm53xx/config-5.15 b/target/linux/bcm53xx/config-5.15
index 4941f16912..32ac9fb6cc 100644
--- a/target/linux/bcm53xx/config-5.15
+++ b/target/linux/bcm53xx/config-5.15
@@ -179,6 +179,7 @@ CONFIG_IRQ_FORCED_THREADING=y
 CONFIG_IRQ_WORK=y
 CONFIG_KMAP_LOCAL=y
 CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y
+# CONFIG_LEDS_BCM63138 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