Disable Realtek 8723DS for older kernels. It breaks on 4.4.y
This commit is contained in:
parent
f342ca08d4
commit
f4096d392c
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user