diff options
author | Mirko Vogt <mirko@openwrt.org> | 2011-06-08 17:39:16 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2011-06-08 17:39:16 +0000 |
commit | 3c9611d54fec763c83f060574b31e417b1f0e66b (patch) | |
tree | ab7098b53192067260d2a9df64d22cfde60b47e0 /package/block-mount/Makefile | |
parent | d399f3a153afee77b8c2e9dddce160dce2fe6c09 (diff) | |
download | upstream-3c9611d54fec763c83f060574b31e417b1f0e66b.tar.gz upstream-3c9611d54fec763c83f060574b31e417b1f0e66b.tar.bz2 upstream-3c9611d54fec763c83f060574b31e417b1f0e66b.zip |
[package/block-mount] 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27136 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-mount/Makefile')
-rw-r--r-- | package/block-mount/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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/ |