build system: remove kernel .config locations (spotted by walter harms <wharms@bfs.de>)
This commit is contained in:
parent
931de892cc
commit
d67a606489
@ -25,10 +25,7 @@ const char conf_def_filename[] = ".config";
|
|||||||
const char conf_defname[] = "scripts/defconfig";
|
const char conf_defname[] = "scripts/defconfig";
|
||||||
|
|
||||||
const char *conf_confnames[] = {
|
const char *conf_confnames[] = {
|
||||||
".config",
|
conf_def_filename,
|
||||||
"/lib/modules/$UNAME_RELEASE/.config",
|
|
||||||
"/etc/busybox-config",
|
|
||||||
"/boot/config-$UNAME_RELEASE",
|
|
||||||
conf_defname,
|
conf_defname,
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user