mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:25:20 +02:00
9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
|
||
|
STOP=99
|
||
|
stop() {
|
||
|
sync
|
||
|
umount -a -r
|
||
|
}
|