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

SVN-Revision: 19429
v19.07.3_mercusys_ac12_duma
Felix Fietkau 14 years ago
parent 541725ce18
commit 10ec4fa292

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

Loading…
Cancel
Save