[后板]优化启动脚本和驱动加载,加快启动速度

This commit is contained in:
2025-01-02 16:24:10 +08:00
parent 453c61ae2d
commit 3bbc68b7ad
11 changed files with 90 additions and 213 deletions

View File

@@ -20,6 +20,12 @@ for i in /etc/init.d/S??* ;do
if [ "$i" = "/etc/init.d/S99swupdate_autorun" ]; then
continue
fi
if [ "$i" = "/etc/init.d/S50wifidaemon" ]; then
continue
fi
if [ "$i" = "/etc/init.d/S00mpp" ]; then
continue
fi
case "$i" in
*.sh)
@@ -93,4 +99,4 @@ done
echo "show ls value"
# cat /sys/class/gpadc/data
/APP/SL100BACKPANEL &
# /APP/SL100BACKPANEL &