summaryrefslogtreecommitdiff
path: root/modules_blocklist
AgeCommit message (Collapse)Author
2021-02-23kernelscripts: Add qca_cld3_qca6390 driver in module blocklistMohammed Siddiq
Add qca_cld3_qca6390 wlan driver in module blocklist. The driver for qca6490 will be loaded via init.target.rc script hence added in module blocklist to avoid the loading via vendor_modprobe script. Change-Id: I2fe8df8d4f90a81d8c4b93c4df4e5197f8a292e0 Signed-off-by: Mohammed Siddiq <msiddiq@codeaurora.org>
2020-10-07kernelscripts: Remove wlan driver from module blocklistSandeep Singh
Remove wlan driver from module blocklist, so that it gets loaded by vendor_modprobe.sh script. Change-Id: I6b90072767e3737d6e03e5b4a0bc53d42865956f Signed-off-by: Sandeep Singh <sandsing@codeaurora.org>
2020-07-23kernelscripts: Add modules to blocklist for holiAshish Bhimanpalliwar
Add new blocklist file for holi target. Change-Id: I662cbf0a01d4d0eb5d8cae5db0af4874a605ff3e Signed-off-by: Ashish Bhimanpalliwar <abhiman@codeaurora.org>
2020-07-16kernelscripts: Rename modules.blacklist to modules.blocklistPrakruthi Deepak Heragu
As modprobe utility now uses modules.blocklist file to find the list of modules not to insert into the kernel, rename the modules.blacklist file to modules.blocklist. Replace all blacklist to blocklist in the modules.blocklist file. Change-Id: I9205b4f41149c60a8c2d06e329d34d61f46780a1 Signed-off-by: Prakruthi Deepak Heragu <pheragu@codeaurora.org>