[openwrt/openwrt] kernel: Activate CONFIG_NET_VENDOR_DAVICOM

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 14 13:04:05 PDT 2024


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

commit e40471e92316873e9da31ea32b61e98cb01649c1
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Mar 13 21:00:57 2024 +0100

    kernel: Activate CONFIG_NET_VENDOR_DAVICOM
    
    CONFIG_NET_VENDOR_DAVICOM is needed to activate the CONFIG_DM9000 option
    which builds the kmod-dm9000. This fixes the following warning:
    logs/package/kernel/linux/compile.txt:WARNING: kmod-dm9000 is not available in the kernel config - generating empty package
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/generic/config-6.1 | 2 +-
 target/linux/generic/config-6.6 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index fabe7029c5..fa82f9cb9a 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -4361,7 +4361,7 @@ CONFIG_NET_VENDOR_CHELSIO=y
 CONFIG_NET_VENDOR_CIRRUS=y
 CONFIG_NET_VENDOR_CISCO=y
 CONFIG_NET_VENDOR_CORTINA=y
-# CONFIG_NET_VENDOR_DAVICOM is not set
+CONFIG_NET_VENDOR_DAVICOM=y
 CONFIG_NET_VENDOR_DEC=y
 CONFIG_NET_VENDOR_DLINK=y
 CONFIG_NET_VENDOR_EMULEX=y
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index d544ab9c4c..7486d8c882 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -4456,7 +4456,7 @@ CONFIG_NET_VENDOR_CHELSIO=y
 CONFIG_NET_VENDOR_CIRRUS=y
 CONFIG_NET_VENDOR_CISCO=y
 CONFIG_NET_VENDOR_CORTINA=y
-# CONFIG_NET_VENDOR_DAVICOM is not set
+CONFIG_NET_VENDOR_DAVICOM=y
 CONFIG_NET_VENDOR_DEC=y
 CONFIG_NET_VENDOR_DLINK=y
 CONFIG_NET_VENDOR_EMULEX=y




More information about the lede-commits mailing list