From 64581d1b39c39a7acb0cb176b1d972d61fb99472 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Wed, 7 Jan 2026 11:48:56 +0100 Subject: [PATCH] sun55iw3-syterkit: opt-out of `driver_rtl8723cs` so it builds again --- config/sources/families/sun55iw3-syterkit.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sources/families/sun55iw3-syterkit.conf b/config/sources/families/sun55iw3-syterkit.conf index 7ac9cbc295..9003757bb5 100644 --- a/config/sources/families/sun55iw3-syterkit.conf +++ b/config/sources/families/sun55iw3-syterkit.conf @@ -22,6 +22,7 @@ case "${BRANCH}" in declare -g KERNEL_MAJOR_MINOR="5.15" KERNELPATCHDIR="sun55iw3-syterkit-${BRANCH}" LINUXCONFIG="linux-sun55iw3-syterkit-${BRANCH}" + KERNEL_DRIVERS_SKIP+=(driver_rtl8723cs) # won't build anymore, un-needed ;;