1.修复后板唤醒时APP没起来的bug
2.提升联网速度和启动速度
This commit is contained in:
@@ -564,16 +564,16 @@ mkdir -p /var/lock
|
||||
#common but slow
|
||||
set_parts_by_name
|
||||
|
||||
mount_sec_storage
|
||||
# mount_sec_storage
|
||||
|
||||
# OTA's configuration is not turned on by default exit returns,
|
||||
# which does not affect the startup speed
|
||||
check_update_system_state
|
||||
|
||||
mount_usr
|
||||
[ x"$MOUNT_ETC" = x"1" ] && mount_etc
|
||||
# [ x"$MOUNT_ETC" = x"1" ] && mount_etc
|
||||
[ x"$MOUNT_OVERLAY" = x"1" ] && mount_overlay UDISK #choose rootfs_data or UDISK
|
||||
mount_app
|
||||
# mount_app
|
||||
|
||||
MODULES_DIR="/lib/modules/`uname -r`"
|
||||
insmod $MODULES_DIR/xr806.ko
|
||||
|
||||
Reference in New Issue
Block a user