X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fblock-mount%2FMakefile;h=c1df16412215865c69e80843122a7f723ad65624;hb=7d17ec5b51914beaf8b18cf34a7ff1161b5ee4b1;hp=38fe491013aa87658de3e22b75b2dd00cfa77acf;hpb=759f94da9cd80463b36b9dda7e0b47593500e161;p=openwrt-10.03%2F.git diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index 38fe49101..c1df16412 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # Copyright 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.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2.2 include $(INCLUDE_DIR)/package.mk @@ -40,6 +40,10 @@ endef define Build/Compile endef +define Package/block-mount/conffiles +/etc/config/fstab +endef + define Package/block-mount/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/fstab.init $(1)/etc/init.d/fstab