From: nico Date: Thu, 15 Apr 2010 07:27:36 +0000 (+0000) Subject: [backfire] backport r20875 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bd8f4ba347dad55df5b968143a72c1eac9a5963e;p=10.03%2Fopenwrt.git [backfire] backport r20875 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20876 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index 38fe49101..a55ea0246 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