diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-15 07:24:00 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-15 07:24:00 +0000 |
commit | b4aa36c53c687b8c4a74a1d5672c2725f3b29753 (patch) | |
tree | b4e8e00bb7c6b533d24470bbe3ea75b9ebc4410b /package/block-mount | |
parent | bcd27e686ea1080b8cf67ccd37220f5a227bb90f (diff) |
package/block-mount: mark /etc/config/fstab as conffiles (closes: #7130)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-mount')
-rw-r--r-- | package/block-mount/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |