diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-08-26 11:12:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 11:12:57 +0100 |
commit | a16db434a75b8d05b684d815b5ae277519fb9003 (patch) | |
tree | b59fc19c73589dc9781e9c1d6f60376737549f91 | |
parent | e018b126fd15c655da1b7d28fa0a49998e300cbb (diff) | |
parent | 92772bf850630ffe0b2b303df52d1fe9d95ce898 (diff) | |
download | vyos-build-a16db434a75b8d05b684d815b5ae277519fb9003.tar.gz vyos-build-a16db434a75b8d05b684d815b5ae277519fb9003.zip |
Merge pull request #258 from c-po/equuleus
Kernel: T4647: enable GVE (Google Virtual NIC)
-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 |