From 724951fddd230a8a59f15557828ad12e2f189620 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 5 Oct 2010 17:22:03 +0000 Subject: [PATCH] [package] mountd: mark /etc/config/mountd as conffile SVN-Revision: 23252 --- package/mountd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/mountd/Makefile b/package/mountd/Makefile index e218783e91..8cecc15335 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)) - -- 2.30.2