aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubox/files/fstab.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/ubox/files/fstab.init')
-rw-r--r--package/system/ubox/files/fstab.init14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/system/ubox/files/fstab.init b/package/system/ubox/files/fstab.init
deleted file mode 100644
index be49470ef1..0000000000
--- a/package/system/ubox/files/fstab.init
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh /etc/rc.common
-# (C) 2013 openwrt.org
-
-START=40
-
-start() {
- echo "this file has been obseleted. please call \"/sbin/block mount\" directly"
- /sbin/block mount
-}
-
-stop() {
- echo "this file has been obseleted. please call \"/sbin/block umount\" directly"
- /sbin/block umount
-}