[atheros] export ar231x_gpiodev, needed for gpio-led/spi/i2c modules
[openwrt.git] / package / base-files / files / etc / init.d / umount
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 STOP=99
5 stop() {
6 sync
7 umount -a -r
8 }
This page took 0.047646 seconds and 5 git commands to generate.