diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-25 19:10:30 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-25 19:13:09 +0200 |
commit | 92772bf850630ffe0b2b303df52d1fe9d95ce898 (patch) | |
tree | b59fc19c73589dc9781e9c1d6f60376737549f91 /packages | |
parent | e018b126fd15c655da1b7d28fa0a49998e300cbb (diff) | |
download | vyos-build-92772bf850630ffe0b2b303df52d1fe9d95ce898.tar.gz vyos-build-92772bf850630ffe0b2b303df52d1fe9d95ce898.zip |
Kernel: T4647: enable GVE (Google Virtual NIC)
(cherry picked from commit 94e844f44b76069b0897c2c7c5968853b4b1a368)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-kernel/x86_64_vyos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/x86_64_vyos_defconfig b/packages/linux-kernel/x86_64_vyos_defconfig index f991b6d9..a6c72ed4 100644 --- a/packages/linux-kernel/x86_64_vyos_defconfig +++ b/packages/linux-kernel/x86_64_vyos_defconfig @@ -2312,7 +2312,7 @@ CONFIG_BE2NET_LANCER=y CONFIG_BE2NET_SKYHAWK=y CONFIG_NET_VENDOR_EZCHIP=y CONFIG_NET_VENDOR_GOOGLE=y -# CONFIG_GVE is not set +CONFIG_GVE=m CONFIG_NET_VENDOR_HP=y CONFIG_HP100=m CONFIG_NET_VENDOR_HUAWEI=y |