From 4798e27247e586ac45a7118e5cbfdcd771b09d29 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Wed, 8 Jun 2011 20:45:19 +0000 Subject: Revert "[package/block-mount] remove example config file" This isn't needed anymore due to commit 27138 SVN-Revision: 27139 --- package/block-mount/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/block-mount/Makefile') diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index ac6c5f3ce6..c2c9d33f13 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -48,6 +48,8 @@ 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