From 4cbdfb6d927540302db026e032a13a92cbf135d3 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Wed, 8 Jun 2011 17:39:16 +0000 Subject: remove example config file 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. SVN-Revision: 27136 --- package/block-mount/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/block-mount/Makefile') diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index c2c9d33f13..ac6c5f3ce6 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -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/ -- cgit v1.2.3