mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
- fix make defconfig (Rick Foos)
This commit is contained in:
parent
1548b21ce2
commit
2d8b8c15fe
@ -21,7 +21,7 @@ static void conf_warning(const char *fmt, ...)
|
|||||||
static const char *conf_filename;
|
static const char *conf_filename;
|
||||||
static int conf_lineno, conf_warnings, conf_unsaved;
|
static int conf_lineno, conf_warnings, conf_unsaved;
|
||||||
|
|
||||||
const char conf_defname[] = "extra/Configs/defconfigs/$ARCH";
|
const char conf_defname[] = ".defconfig";
|
||||||
|
|
||||||
static void conf_warning(const char *fmt, ...)
|
static void conf_warning(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
|
@ -652,3 +652,16 @@
|
|||||||
|
|
||||||
#if YYDEBUG
|
#if YYDEBUG
|
||||||
if (getenv("ZCONF_DEBUG"))
|
if (getenv("ZCONF_DEBUG"))
|
||||||
|
Index: confdata.c
|
||||||
|
===================================================================
|
||||||
|
--- kconfig/confdata.c (revision 18967)
|
||||||
|
+++ /Buildroot/confdata.c (working copy)
|
||||||
|
@@ -21,7 +21,7 @@ static void conf_warning(const char *fmt
|
||||||
|
static const char *conf_filename;
|
||||||
|
static int conf_lineno, conf_warnings, conf_unsaved;
|
||||||
|
|
||||||
|
-const char conf_defname[] = "extra/Configs/defconfigs/$ARCH";
|
||||||
|
+const char conf_defname[] = ".defconfig";
|
||||||
|
|
||||||
|
static void conf_warning(const char *fmt, ...)
|
||||||
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user