LEAN-ESX 1bfbd38e52 Revert "fstools: bugs fixed and add support for exfat filesystem"
This reverts commit 609a241000524a221d54b517bedc8f93aaa4c3cf.
2019-10-17 19:58:07 -07:00

17 lines
215 B
Bash

#!/bin/sh /etc/rc.common
# (C) 2013 openwrt.org
START=40
boot() {
/sbin/block mount
}
start() {
echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
}
stop() {
/sbin/block umount
}