[openwrt/openwrt] kernel: add missing kernel 6.6 symbols

LEDE Commits lede-commits at lists.infradead.org
Mon May 6 15:17:51 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e18dda015963be53c8f4a130f20f0a7b2c2ec65e

commit e18dda015963be53c8f4a130f20f0a7b2c2ec65e
Author: Antonio Flores <antflores627 at gmail.com>
AuthorDate: Fri Apr 19 13:41:26 2024 -0400

    kernel: add missing kernel 6.6 symbols
    
    Add missing kernel 6.6 symbols
    
    Signed-off-by: Antonio Flores <antflores627 at gmail.com>
---
 target/linux/generic/config-6.6 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index dd274e63d8..1e9a82e8f0 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -414,6 +414,7 @@ CONFIG_ARM64_SW_TTBR0_PAN=y
 # CONFIG_ARM_CCI_PMU is not set
 # CONFIG_ARM_CCN is not set
 # CONFIG_ARM_CMN is not set
+# CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU is not set
 # CONFIG_ARM_CPUIDLE is not set
 CONFIG_ARM_CPU_TOPOLOGY=y
 # CONFIG_ARM_CRYPTO is not set
@@ -465,6 +466,7 @@ CONFIG_ARM_MODULE_PLTS=y
 # CONFIG_ARM_SDE_INTERFACE is not set
 # CONFIG_ARM_SMCCC_SOC_ID is not set
 # CONFIG_ARM_SMC_WATCHDOG is not set
+# CONFIG_ARM_SMMU_V3_PMU is not set
 # CONFIG_ARM_SP805_WATCHDOG is not set
 # CONFIG_ARM_SPE_PMU is not set
 # CONFIG_ARM_THUMBEE is not set




More information about the lede-commits mailing list