Add GW2385 support
[openwrt/openwrt.git] / package / system / ubox / files / fstab.init
1 #!/bin/sh /etc/rc.common
2 # (C) 2013 openwrt.org
3
4 START=40
5
6 start() {
7 echo "this file has been obseleted. please call \"/sbin/block mount\" directly"
8 /sbin/block mount
9 }
10
11 stop() {
12 echo "this file has been obseleted. please call \"/sbin/block umount\" directly"
13 /sbin/block umount
14 }