umount 125 B

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