rk35xx-legacy: opt-out of driver_rtl8723cs so it builds again

- legacy is slated for removal and only useful to flash the RTL8169 MAC EEPROM
This commit is contained in:
Ricardo Pardini 2026-01-07 11:58:52 +01:00
parent 64581d1b39
commit d3ddbb0c31
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ case $BRANCH in
KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
KERNELBRANCH='branch:rk-5.10-rkr6'
KERNELPATCHDIR='rk35xx-legacy'
KERNEL_DRIVERS_SKIP+=(driver_rtl8723cs) # won't build anymore, un-needed; legacy is slated for removal and only useful to flash the RTL8169 MAC EEPROM
;;
vendor)

View File

@ -26,6 +26,7 @@ case $BRANCH in
KERNELBRANCH='branch:rk-5.10-rkr8'
KERNELPATCHDIR='rk35xx-legacy'
LINUXFAMILY=rk35xx
KERNEL_DRIVERS_SKIP+=(driver_rtl8723cs) # won't build anymore, un-needed; legacy is slated for removal and only useful to flash the RTL8169 MAC EEPROM
;;
vendor)