1.修复后板唤醒时APP没起来的bug
2.提升联网速度和启动速度
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
start() {
|
||||
printf "Starting wifi_deamon....: "
|
||||
wifi_daemon
|
||||
sleep 0.2
|
||||
wifi -o sta
|
||||
# sleep 0.2
|
||||
# wifi -o sta
|
||||
#wifi -a enable
|
||||
}
|
||||
|
||||
|
||||
@@ -14,14 +14,14 @@
|
||||
# process == program to run
|
||||
|
||||
# Startup the system
|
||||
::sysinit:/etc/preinit
|
||||
::sysinit:/bin/mount -t proc proc /proc
|
||||
::sysinit:/bin/mount -t tmpfs tmpfs /run
|
||||
# ::sysinit:/etc/preinit
|
||||
# ::sysinit:/bin/mount -t proc proc /proc
|
||||
# ::sysinit:/bin/mount -t tmpfs tmpfs /run
|
||||
::sysinit:/bin/mount -o remount,rw /
|
||||
::sysinit:/bin/mkdir -p /dev/pts
|
||||
::sysinit:/bin/mkdir -p /dev/shm
|
||||
::sysinit:/bin/mount -a
|
||||
::sysinit:/bin/hostname -F /etc/hostname
|
||||
# ::sysinit:/bin/hostname -F /etc/hostname
|
||||
# now run any rc scripts
|
||||
#::sysinit:/etc/init.d/rcS
|
||||
::sysinit:/etc/init.d/rcS boot
|
||||
|
||||
Reference in New Issue
Block a user