when rebooting, use lazy umounts as fallback (patch by puchu)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19429 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2010-01-30 18:17:57 +00:00
parent e2dc509448
commit 4664ca7774
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
STOP=99
stop() {
sync
umount -a -r
umount -a -r -l
}