broadcom-wl: fix compile with kernel 4.9
[lede-git/.git] / package / system / fstools / files / fstab.init
1 #!/bin/sh /etc/rc.common
2 # (C) 2013 openwrt.org
3
4 START=40
5
6 boot() {
7         /sbin/block mount
8 }
9
10 start() {
11         echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
12 }
13
14 stop() {
15         /sbin/block umount
16 }