Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
080a0f2dda130ddc1ce68da4581b273de02220fe
/
.
/
package
/
base-files
/
files
/
etc
/
init.d
/
umount
blob: 5dd9acc15877a79e0ea9fb25b932cf31d26ca63d [
file
] [
log
] [
blame
]
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
STOP
=
90
restart
()
{
:
}
revert_overlay
()
{
#kill all process to release mnt/
kill
-
9
-
1
/
bin
/
umount
/
overlay
/
etc
/
bin
/
umount
/
overlay
/
nvm
}
stop
()
{
sync
revert_overlay
/
bin
/
umount
-
a
-
d
-
r
}