mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
david_bachelart writes in Bug 181: make defconfig is trying to find "defconfig" file instead of ".defconfig"
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
const char conf_def_filename[] = ".config";
|
const char conf_def_filename[] = ".config";
|
||||||
|
|
||||||
const char conf_defname[] = "defconfig";
|
const char conf_defname[] = ".defconfig";
|
||||||
|
|
||||||
const char *conf_confnames[] = {
|
const char *conf_confnames[] = {
|
||||||
".config",
|
".config",
|
||||||
|
|||||||
Reference in New Issue
Block a user