diff --git a/package/gluon-core/Makefile b/package/gluon-core/Makefile
index e8f695353906f1a3d1acd0148703860c699982fb..764affb7e6ddee52e97196e572e6da1d054d73a2 100644
--- a/package/gluon-core/Makefile
+++ b/package/gluon-core/Makefile
@@ -27,6 +27,11 @@ config GLUON_MINIFY
 	default y
 endef
 
+define Package/gluon-core/conffiles
+/etc/config/gluon
+/etc/config/gluon-core
+endef
+
 define Package/gluon-core/install
 	$(Gluon/Build/Install)
 
diff --git a/package/gluon-node-info/Makefile b/package/gluon-node-info/Makefile
index 7718fa2b79b61bfc453db4e9764c333ebe59b4e5..79503a1555e2cef0d9f7002c2cb05322137cad8f 100644
--- a/package/gluon-node-info/Makefile
+++ b/package/gluon-node-info/Makefile
@@ -11,4 +11,8 @@ define Package/gluon-node-info
   DEPENDS:=+gluon-core +libgluonutil
 endef
 
+define Package/gluon-node-info/conffiles
+/etc/config/gluon-node-info
+endef
+
 $(eval $(call BuildPackageGluon,gluon-node-info))
diff --git a/package/gluon-setup-mode/Makefile b/package/gluon-setup-mode/Makefile
index dfc1717a65ebe6b96c40927252d11b921d23de0f..8efa2a4c67f9bb970dc134ea5ef762c6c7c72304 100644
--- a/package/gluon-setup-mode/Makefile
+++ b/package/gluon-setup-mode/Makefile
@@ -17,6 +17,10 @@ define Package/gluon-setup-mode/description
 	Offline mode to perform basic setup in a secure manner.
 endef
 
+define Package/gluon-setup-mode/conffiles
+/etc/config/gluon-setup-mode
+endef
+
 init_links := \
 	K89log \
 	K98boot \
diff --git a/package/gluon-wan-dnsmasq/Makefile b/package/gluon-wan-dnsmasq/Makefile
index adbe0f78841f9a007caa697ceeb7cc1cf555327c..b8dfa71c1a0a13594e81771cecd022fe7f5ab107 100644
--- a/package/gluon-wan-dnsmasq/Makefile
+++ b/package/gluon-wan-dnsmasq/Makefile
@@ -14,4 +14,8 @@ define Package/gluon-wan-dnsmasq/description
 	Gluon community wifi mesh firmware framework: Support for a secondary DNS server using the WAN interface
 endef
 
+define Package/gluon-wan-dnsmasq/conffiles
+/etc/config/gluon-wan-dnsmasq
+endef
+
 $(eval $(call BuildPackageGluon,gluon-wan-dnsmasq))