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
}