diff options
| author | Alessandro Astone <ales.astone@gmail.com> | 2021-10-09 16:02:11 +0200 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2021-10-15 15:54:33 +0200 |
| commit | a2985d5bf90ccbd307b0d64c2ee9d3f0fc0b0a4b (patch) | |
| tree | 4c59939fc276e941fbbefbf70c0235f667a30474 | |
| parent | ddbd92d76eeca1ce66c687649579e8f1f8c03d24 (diff) | |
sm8250-common: Load the kernel wlan driver
* Our build system will only compile one driver, the right one.
Change-Id: Ia10230ccf4538e47cb45d4822f85488be2ebe35a
| -rw-r--r-- | rootdir/etc/init.target.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 60eebc2..752a5f8 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -132,7 +132,7 @@ on boot setprop vendor.usb.qdss.inst.name "qdss" setprop vendor.usb.controller a600000.dwc3 # Load all wlan drivers - exec_background u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/ qca_cld3_qca6390 qca_cld3_qca6490 + exec_background u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/ qca_cld3_wlan on property:vendor.display.lcd_density=560 setprop dalvik.vm.heapgrowthlimit 256m |
