X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fblock-mount%2FMakefile;h=06deb9401d3c0a246156369850edd0c6e165ce02;hb=16b10791a00a2d6741b062c4a17f208903fbd260;hp=ac6c5f3ce6b080da41c0e8b353e6c6f758483c92;hpb=3f4aa5554a293a2d9405d94e237ae86ac1fa3eaa;p=openwrt.git diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index ac6c5f3ce6..06deb9401d 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -1,6 +1,6 @@ # -# Copyright (C) 2006-2009 OpenWrt.org -# Copyright 2010 Vertical Communications +# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2010 Vertical Communications # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=block-mount PKG_VERSION:=0.2.0 -PKG_RELEASE:=5 +PKG_RELEASE:=10 include $(INCLUDE_DIR)/package.mk @@ -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/