d6e73013d2
Add proprietary firmware required by OnePlus 5/5T's WLAN, Bluetooth, GPU and other SoC subsystems such as ADSP. These are extracted directly from OnePlus' OxygenOS 10.0.1 stock firmware with oos_fw_extract in the repo.
3 lines
110 B
Bash
3 lines
110 B
Bash
#!/bin/sh
|
|
# The Wi-Fi firmware will keep crashing if diag-router isn't running
|
|
rc-update add diag-router boot
|