[package/block-mount] remove example config file
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Jun 2011 17:39:16 +0000 (17:39 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Jun 2011 17:39:16 +0000 (17:39 +0000)
Having this file prevents the possibility of having target-specific
fstab config files (as target/linux/${target}/base-files/etc/config/fstab).
There is no need of a non-working example file on the target anyway.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27136 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/block-mount/Makefile
package/block-mount/files/fstab.config [deleted file]

index c2c9d33..ac6c5f3 100644 (file)
@@ -48,8 +48,6 @@ endef
 define Package/block-mount/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/fstab.init $(1)/etc/init.d/fstab
-       $(INSTALL_DIR) $(1)/etc/config
-       $(INSTALL_DATA) ./files/fstab.config $(1)/etc/config/fstab
        $(INSTALL_DIR) $(1)/lib/functions/fsck
        $(INSTALL_DATA) ./files/mount.sh $(1)/lib/functions/
        $(INSTALL_DATA) ./files/fsck.sh $(1)/lib/functions/
diff --git a/package/block-mount/files/fstab.config b/package/block-mount/files/fstab.config
deleted file mode 100644 (file)
index de52e20..0000000
+++ /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
-
This page took 0.025878 seconds and 4 git commands to generate.