summaryrefslogtreecommitdiff
path: root/tools/qconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qconfig.py')
-rwxr-xr-xtools/qconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qconfig.py b/tools/qconfig.py
index dd55a696fda..04118d942da 100755
--- a/tools/qconfig.py
+++ b/tools/qconfig.py
@@ -44,8 +44,8 @@ STATE_AUTOCONF = 2
STATE_SAVEDEFCONFIG = 3
AUTO_CONF_PATH = 'include/config/auto.conf'
-CONFIG_DATABASE = 'moveconfig.db'
-FAILED_LIST = 'moveconfig.failed'
+CONFIG_DATABASE = 'qconfig.db'
+FAILED_LIST = 'qconfig.failed'
CONFIG_LEN = len('CONFIG_')