[openwrt/openwrt] kernel: add more disabled config options

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 10 15:51:40 PST 2021


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1c4b3ce344ff71641defe989457060b72885e27e

commit 1c4b3ce344ff71641defe989457060b72885e27e
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Sun Oct 17 13:29:57 2021 +0200

    kernel: add more disabled config options
    
    NET_DSA_MSCC_FELIX:
    
    Marvell 88E6xxx Ethernet switch fabric support (NET_DSA_MV88E6XXX) [N/m/y/?] n
    Ocelot / Felix Ethernet switch support (NET_DSA_MSCC_FELIX) [N/m/y/?] (NEW)
    Error in reading or end of file.
    
    make[6]: *** [scripts/kconfig/Makefile:71: syncconfig] Error 1
    make[5]: *** [Makefile:603: syncconfig] Error 2
    
    IR_IMON_RAW:
        SoundGraph iMON Receiver (early raw IR models) (IR_IMON_RAW) [N/m/?] (NEW)
    
    Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
    [squashed with "kernel: add missing IR_IMON_RAW config symbol"]
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 target/linux/generic/config-5.10 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index a803ba36d7..dbe3fb91d4 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2766,6 +2766,7 @@ CONFIG_IP_VS_MH_TAB_INDEX=10
 # CONFIG_IR_IGUANA is not set
 # CONFIG_IR_IMG is not set
 # CONFIG_IR_IMON is not set
+# CONFIG_IR_IMON_RAW is not set
 # CONFIG_IR_JVC_DECODER is not set
 # CONFIG_IR_LIRC_CODEC is not set
 # CONFIG_IR_MCEUSB is not set
@@ -3831,6 +3832,7 @@ CONFIG_NET_CORE=y
 # CONFIG_NET_DSA_LOOP is not set
 # CONFIG_NET_DSA_MICROCHIP_KSZ8795 is not set
 # CONFIG_NET_DSA_MICROCHIP_KSZ9477 is not set
+# CONFIG_NET_DSA_MSCC_FELIX is not set
 # CONFIG_NET_DSA_MSCC_SEVILLE is not set
 # CONFIG_NET_DSA_MT7530 is not set
 # CONFIG_NET_DSA_MV88E6060 is not set



More information about the lede-commits mailing list