diff options
author | guaiyihu <guaiyihu@foxmail.com> | 2018-06-08 00:16:02 +0800 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:46:58 +0200 |
commit | 5cb349441692445d035cc9151c22315282998850 (patch) | |
tree | dabfe5b79f247bb546ca7dbc6075425a0953af1d /rootdir | |
parent | 1aa89cf0294bc97f935ba7f6fcf6fb000b5f245d (diff) |
wayne-common: rootdir: Remove insmod for non-existent module
Change-Id: I75afecc8909b55467dfde74d40e77007480fe31d
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 1 | ||||
-rwxr-xr-x | rootdir/etc/init.target.rc | 7 |
2 files changed, 3 insertions, 5 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 4c9cd3f..21d2e5f 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -52,7 +52,6 @@ on init on post-fs chmod 0755 /sys/kernel/debug/tracing - insmod /system/lib/modules/exfat.ko on early-boot # set RLIMIT_MEMLOCK to 64MB diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 647b918..c19a360 100755 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -116,14 +116,13 @@ on boot chown system system /persist/speccfg/vendor_persist.prop chown system system /persist/speccfg/submask chown system system /persist/speccfg/partition -#Load WLAN driver - insmod -f /vendor/lib/modules/qca_cld3/qca_cld3_wlan.ko - chown wifi wifi /sys/module/wlan/parameters/fwpath - setprop wlan.driver.status "ok" chmod 0660 /proc/nvt_wake_gesture chown system system /proc/nvt_wake_gesture + # Wifi firmware reload path + chown wifi wifi /sys/module/wlan/parameters/fwpath + #Peripheral manager service per_mgr /system/vendor/bin/pm-service class core |