diff options
Diffstat (limited to 'support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch')
-rw-r--r-- | support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |