summaryrefslogtreecommitdiffstats
path: root/support/kconfig/confdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/kconfig/confdata.c')
-rw-r--r--support/kconfig/confdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/confdata.c b/support/kconfig/confdata.c
index 4b41fe6291..2371fa8179 100644
--- a/support/kconfig/confdata.c
+++ b/support/kconfig/confdata.c
@@ -64,7 +64,7 @@ static void conf_message(const char *fmt, ...)
const char *conf_get_configname(void)
{
- char *name = getenv("BUILDROOT_CONFIG");
+ char *name = getenv("BR2_CONFIG");
return name ? name : ".config";
}
OpenPOWER on IntegriCloud