8ed8d07043
The soc-qcom-sdm845* packages are mostly sufficient, but there are a few issues that all MSM8998 devices on mainline will face, so include workarounds for them in a generic package all device pkgs can depend on.
4 lines
166 B
Bash
4 lines
166 B
Bash
#!/bin/sh
|
|
# the Wi-Fi firmware will keep crashing if diag-router isn't running
|
|
# https://gitlab.com/msm8998-mainline/linux/-/issues/28
|
|
rc-update add diag-router boot
|