From e9e514f36b933fcbb2f2e285239d18104a6b8166 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 15 Apr 2010 07:27:36 +0000 Subject: [PATCH] backport r20875 SVN-Revision: 20876 --- package/block-mount/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index 38fe491013..a55ea02469 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=block-mount PKG_VERSION:=0.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=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 -- 2.30.2