summaryrefslogtreecommitdiffstats
path: root/support/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'support/kconfig')
-rw-r--r--support/kconfig/confdata.c2
-rw-r--r--support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch2
2 files changed, 2 insertions, 2 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";
}
diff --git a/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch b/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch
index 6f545e275c..ecfe76b6e2 100644
--- a/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch
+++ b/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch
@@ -88,7 +88,7 @@ Index: kconfig/confdata.c
const char *conf_get_configname(void)
{
- char *name = getenv("KCONFIG_CONFIG");
-+ char *name = getenv("BUILDROOT_CONFIG");
++ char *name = getenv("BR2_CONFIG");
return name ? name : ".config";
}
OpenPOWER on IntegriCloud