From 2fdacf5c4eb79926f96d372879377124396ab67c Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Fri, 28 Mar 2025 11:13:01 +0100 Subject: [PATCH] Also enable Realtek kmod-r8169 module Just in case if previous realtek kmod is not enough. --- configs/common/main-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common/main-router b/configs/common/main-router index 153adbf..44c0e6c 100644 --- a/configs/common/main-router +++ b/configs/common/main-router @@ -126,7 +126,7 @@ CONFIG_PACKAGE_wpad-mbedtls=y # enable Realtek RTL8261 CONFIG_PACKAGE_kmod-phy-realtek=y -# CONFIG_PACKAGE_kmod-r8169=y +CONFIG_PACKAGE_kmod-r8169=y # Speedtest tools CONFIG_PACKAGE_librespeed-go=y