mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -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_defname[] = "defconfig";
|
||||
const char conf_defname[] = ".defconfig";
|
||||
|
||||
const char *conf_confnames[] = {
|
||||
".config",
|
||||
|
||||
Reference in New Issue
Block a user