aboutsummaryrefslogtreecommitdiffstats
path: root/package/block-mount/Makefile
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2011-06-08 20:45:19 +0000
committerMirko Vogt <mirko@openwrt.org>2011-06-08 20:45:19 +0000
commite0a01a8d87eb467c536724f0323924c54e6eb8b4 (patch)
treea9eb0b82828f14293ed246bb5b25897372b80b44 /package/block-mount/Makefile
parent9ba991dcf1e1025d8fe22e7955211e13d79e22a0 (diff)
downloadupstream-e0a01a8d87eb467c536724f0323924c54e6eb8b4.tar.gz
upstream-e0a01a8d87eb467c536724f0323924c54e6eb8b4.tar.bz2
upstream-e0a01a8d87eb467c536724f0323924c54e6eb8b4.zip
Revert "[package/block-mount] remove example config file"
This isn't needed anymore due to commit 27138 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27139 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-mount/Makefile')
-rw-r--r--package/block-mount/Makefile2
1 files changed, 2 insertions, 0 deletions
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/