projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
931de89
)
build system: remove kernel .config locations (spotted by walter harms <wharms@bfs...
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 21 Jun 2007 12:57:29 +0000
(12:57 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 21 Jun 2007 12:57:29 +0000
(12:57 -0000)
scripts/kconfig/confdata.c
patch
|
blob
|
history
diff --git
a/scripts/kconfig/confdata.c
b/scripts/kconfig/confdata.c
index f3f76dd999a7e15f03475a538d8739bcb105cd8e..79bb4a38e4d24bc255c1921ea0a71b384015e19e 100644
(file)
--- 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,
};