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:
parent
64581d1b39
commit
d3ddbb0c31
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user