diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-23 18:50:06 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-11-23 18:50:06 +0000 |
commit | 15b1e98b4d96b210f524def5417c3c4866435aa8 (patch) | |
tree | b44a911b4955fee37ef708183c605c244611c40f /packages | |
parent | 00f0261fba5b4fc399404742f32d68b11029aca7 (diff) | |
download | vyos-build-15b1e98b4d96b210f524def5417c3c4866435aa8.tar.gz vyos-build-15b1e98b4d96b210f524def5417c3c4866435aa8.zip |
Kernel: T4836: enable High-availability Seamless Redundancy (HSR & PRP)
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 0ec2238c..0bfb5d30 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -1605,7 +1605,7 @@ CONFIG_NET_MPLS_GSO=y CONFIG_MPLS_ROUTING=m CONFIG_MPLS_IPTUNNEL=m # CONFIG_NET_NSH is not set -# CONFIG_HSR is not set +CONFIG_HSR=y # CONFIG_NET_SWITCHDEV is not set CONFIG_NET_L3_MASTER_DEV=y # CONFIG_QRTR is not set |