Skip to content

Commit 96e1c7e

Browse files
committed
kernel: enable be2net network driver for amd64
This enables network driver for HP blade gen8 servers. ref: tinkerbell/hook#325 ref: tinkerbell/hook#326 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
1 parent 9ea7a56 commit 96e1c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kernel.configs/6.18.y.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ CONFIG_NETDEVICES=y
561561
# CONFIG_NET_VENDOR_CORTINA is not set
562562
# CONFIG_NET_VENDOR_DEC is not set
563563
# CONFIG_NET_VENDOR_DLINK is not set
564-
# CONFIG_NET_VENDOR_EMULEX is not set
564+
CONFIG_BE2NET=m
565565
# CONFIG_NET_VENDOR_EZCHIP is not set
566566
# CONFIG_NET_VENDOR_HUAWEI is not set
567567
# CONFIG_NET_VENDOR_I825XX is not set

kernel.configs/6.19.y.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ CONFIG_NETDEVICES=y
561561
# CONFIG_NET_VENDOR_CORTINA is not set
562562
# CONFIG_NET_VENDOR_DEC is not set
563563
# CONFIG_NET_VENDOR_DLINK is not set
564-
# CONFIG_NET_VENDOR_EMULEX is not set
564+
CONFIG_BE2NET=m
565565
# CONFIG_NET_VENDOR_EZCHIP is not set
566566
# CONFIG_NET_VENDOR_HUAWEI is not set
567567
# CONFIG_NET_VENDOR_I825XX is not set

0 commit comments

Comments
 (0)