From 18c23ddb0c56a15b79eb9feb456116591e85b8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Wed, 21 Jun 2023 06:41:27 +0000 Subject: [PATCH] pc_linux: enable R8169 Issue #4921. --- repos/pc/src/pc_linux/target.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/pc/src/pc_linux/target.inc b/repos/pc/src/pc_linux/target.inc index 1c18f30fcc..8c2a3e4a01 100644 --- a/repos/pc/src/pc_linux/target.inc +++ b/repos/pc/src/pc_linux/target.inc @@ -42,6 +42,7 @@ LX_ENABLE += ATH9K_DEBUGFS # Ethernet NIC support LX_ENABLE += E1000 E1000E PCNET32 +LX_ENABLE += R8169 # USB host-controller support LX_ENABLE += USB_SUPPORT USB USB_ARCH_HAS_HCD USB_XHCI_HCD USB_EHCI_HCD USB_OHCI_HCD