1#!/bin/sh /etc/rc.common
2# Copyright (C) 2006 OpenWrt.org 
3
4STOP=99
5stop() {
6	sync
7	umount -a -d -r
8}
9