mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
Fix the location for the default config so 'make defconfig'
actually works
This commit is contained in:
parent
b838420fd5
commit
fa7532b91a
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
const char conf_def_filename[] = ".config";
|
const char conf_def_filename[] = ".config";
|
||||||
|
|
||||||
const char conf_defname[] = "extra/Configs/Config.$TARGET_ARCH.default";
|
const char conf_defname[] = "sysdeps/linux/defconfig";
|
||||||
|
|
||||||
const char *conf_confnames[] = {
|
const char *conf_confnames[] = {
|
||||||
".config",
|
".config",
|
||||||
|
Loading…
Reference in New Issue
Block a user