sun55iw3-syterkit: opt-out of driver_rtl8723cs so it builds again

This commit is contained in:
Ricardo Pardini 2026-01-07 11:48:56 +01:00
parent d61b644ef5
commit 64581d1b39

View File

@ -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
;;