wayne-common: rootdir: Remove insmod for non-existent module
Change-Id: I75afecc8909b55467dfde74d40e77007480fe31d
This commit is contained in:
parent
3cdc4e4581
commit
f97c4e7742
2 changed files with 3 additions and 5 deletions
|
@ -52,7 +52,6 @@ on init
|
||||||
|
|
||||||
on post-fs
|
on post-fs
|
||||||
chmod 0755 /sys/kernel/debug/tracing
|
chmod 0755 /sys/kernel/debug/tracing
|
||||||
insmod /system/lib/modules/exfat.ko
|
|
||||||
|
|
||||||
on early-boot
|
on early-boot
|
||||||
# set RLIMIT_MEMLOCK to 64MB
|
# set RLIMIT_MEMLOCK to 64MB
|
||||||
|
|
|
@ -116,14 +116,13 @@ on boot
|
||||||
chown system system /persist/speccfg/vendor_persist.prop
|
chown system system /persist/speccfg/vendor_persist.prop
|
||||||
chown system system /persist/speccfg/submask
|
chown system system /persist/speccfg/submask
|
||||||
chown system system /persist/speccfg/partition
|
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
|
chmod 0660 /proc/nvt_wake_gesture
|
||||||
chown system system /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
|
#Peripheral manager
|
||||||
service per_mgr /system/vendor/bin/pm-service
|
service per_mgr /system/vendor/bin/pm-service
|
||||||
class core
|
class core
|
||||||
|
|
Loading…
Reference in a new issue