[openwrt/openwrt] generic: 6.6: add missing config symbol

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 2 14:51:10 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/dbd0bc7cf95c87a0c7b18a1724be82ff161eaf8d

commit dbd0bc7cf95c87a0c7b18a1724be82ff161eaf8d
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Mar 20 01:37:23 2024 +0100

    generic: 6.6: add missing config symbol
    
    Add missing config symbol while adding support for kernel 6.6 for target
    ipq806x.
    
    Signed-off-by: Christian Marangi <ansuelsmth 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 28baaf518e..c52b4f682f 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -5356,6 +5356,7 @@ CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY=3
 # CONFIG_REGULATOR_PV88080 is not set
 # CONFIG_REGULATOR_PV88090 is not set
 # CONFIG_REGULATOR_PWM is not set
+# CONFIG_REGULATOR_QCOM_REFGEN is not set
 # CONFIG_REGULATOR_RAA215300 is not set
 # CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set
 # CONFIG_REGULATOR_RT4801 is not set
@@ -7228,6 +7229,7 @@ CONFIG_TTY=y
 # CONFIG_TYPEC_TCPM is not set
 # CONFIG_TYPEC_UCSI is not set
 # CONFIG_TYPHOON is not set
+# CONFIG_UACCE is not set
 # CONFIG_UACCESS_WITH_MEMCPY is not set
 # CONFIG_UBIFS_ATIME_SUPPORT is not set
 # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set




More information about the lede-commits mailing list