Disable Realtek 8723DS for older kernels. It breaks on 4.4.y

This commit is contained in:
Igor Pecovnik 2020-05-07 11:10:14 +02:00
parent f342ca08d4
commit f4096d392c

View File

@ -395,7 +395,7 @@ compilation_prepare()
# Wireless drivers for Realtek 8723DS chipsets
if linux-version compare $version ge 3.14 && [ "$EXTRAWIFI" == yes ]; then
if linux-version compare $version ge 5.0 && [ "$EXTRAWIFI" == yes ]; then
# attach to specifics tag or branch
local rtl8723dsver="branch:master"