diff options
-rw-r--r-- | scripts/kconfig/confdata.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index f3f76dd99..79bb4a38e 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -25,10 +25,7 @@ const char conf_def_filename[] = ".config"; const char conf_defname[] = "scripts/defconfig"; const char *conf_confnames[] = { - ".config", - "/lib/modules/$UNAME_RELEASE/.config", - "/etc/busybox-config", - "/boot/config-$UNAME_RELEASE", + conf_def_filename, conf_defname, NULL, }; |