diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2024-03-13 21:00:57 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-03-14 20:56:18 +0100 |
commit | e40471e92316873e9da31ea32b61e98cb01649c1 (patch) | |
tree | 1104ee62b0f6e184b6b013df5e7355c3ef319032 /target/linux/generic/config-6.1 | |
parent | d2898c273dee0ebf8b086c8c400bea1f7ad6b699 (diff) |
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@hauke-m.de>
Diffstat (limited to 'target/linux/generic/config-6.1')
-rw-r--r-- | target/linux/generic/config-6.1 | 2 |
1 files changed, 1 insertions, 1 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 |