aboutsummaryrefslogtreecommitdiffstats
path: root/package/block-mount/files/fstab.config
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-06-21 16:53:00 +0000
committerJohn Crispin <john@openwrt.org>2013-06-21 16:53:00 +0000
commitd55316af38d76fc62d5354b9f444d474406f801d (patch)
tree623c2aad5722a3bf7941cdca13f48cf768d595d3 /package/block-mount/files/fstab.config
parent08de6fcc12b413620cab4375d9a27b06e9c3ff93 (diff)
downloadupstream-d55316af38d76fc62d5354b9f444d474406f801d.tar.gz
upstream-d55316af38d76fc62d5354b9f444d474406f801d.tar.bz2
upstream-d55316af38d76fc62d5354b9f444d474406f801d.zip
block-mount: drop package, ubox now does the job for us
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36988
Diffstat (limited to 'package/block-mount/files/fstab.config')
-rw-r--r--package/block-mount/files/fstab.config20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/block-mount/files/fstab.config b/package/block-mount/files/fstab.config
deleted file mode 100644
index de52e20ce4..0000000000
--- a/package/block-mount/files/fstab.config
+++ /dev/null
@@ -1,20 +0,0 @@
-config global automount
- option from_fstab 1
- option anon_mount 1
-
-config global autoswap
- option from_fstab 1
- option anon_swap 0
-
-config mount
- option target /home
- option device /dev/sda1
- option fstype ext4
- option options rw,sync
- option enabled 0
- option enabled_fsck 0
-
-config swap
- option device /dev/sda2
- option enabled 0
-