summaryrefslogtreecommitdiffstats
path: root/package/mountd
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-05 17:22:03 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-05 17:22:03 +0000
commit3103d5d939f9e9168b14de0abd9fa3d0860b1c06 (patch)
tree7124ca604cfa015f9b50d095b4f3ff9e1f8d67ad /package/mountd
parent281ea71cac09d97dc06d02698c964c5f33bfc26f (diff)
[package] mountd: mark /etc/config/mountd as conffile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mountd')
-rw-r--r--package/mountd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/mountd/Makefile b/package/mountd/Makefile
index e218783e9..8cecc1533 100644
--- a/package/mountd/Makefile
+++ b/package/mountd/Makefile
@@ -25,6 +25,10 @@ define Package/mountd/description
openwrt automount daemon
endef
+define Package/mountd/conffiles
+/etc/config/mountd
+endef
+
define Build/Compile
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(PKG_BUILD_DIR)" \
@@ -40,4 +44,3 @@ define Package/mountd/install
endef
$(eval $(call BuildPackage,mountd))
-