mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Disable RTW88 on midstream kernel as it breaks building
This commit is contained in:
@@ -400,7 +400,9 @@ driver_rtl88x2bu() {
|
||||
}
|
||||
|
||||
driver_rtw88() {
|
||||
if [[ "$LINUXFAMILY" == d1 ]]; then # "D1" is using an old 6.1 which can't take this.
|
||||
if [[ "$LINUXFAMILY" == d1 || "$BRANCH" == midstream ]]; then
|
||||
# "D1" is using an old 6.1 which can't take this.
|
||||
# "midstream" a half monster kernel, a cross between sre mainline and downstream rk kernel
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user