diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 09:44:38 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-01 10:03:38 +0100 |
commit | ea4d2746ae77ce7e20eb1b65e5508332f1a42e8e (patch) | |
tree | 2d829cfd66b190f1a1d52a5e9da7040e33c2c1fa /packages | |
parent | 36065ae874e170f3f60829b0b5348119b7e15e9a (diff) | |
download | vyos-build-ea4d2746ae77ce7e20eb1b65e5508332f1a42e8e.tar.gz vyos-build-ea4d2746ae77ce7e20eb1b65e5508332f1a42e8e.zip |
Kernel: T5995: enable CONFIG_HINIC for Huawei NICs
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index 0c7e592..77f7b72 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -2524,7 +2524,7 @@ CONFIG_NET_VENDOR_FUNGIBLE=y CONFIG_NET_VENDOR_GOOGLE=y CONFIG_GVE=m CONFIG_NET_VENDOR_HUAWEI=y -# CONFIG_HINIC is not set +CONFIG_HINIC=y CONFIG_NET_VENDOR_I825XX=y CONFIG_NET_VENDOR_INTEL=y CONFIG_E100=m |