mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
david_bachelart writes in Bug 181: make defconfig is trying to find "defconfig" file instead of ".defconfig"
This commit is contained in:
parent
8742d3304a
commit
4b186393b4
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user