diff options
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 041f3a022122..192d4006d57a 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -2,9 +2,9 @@ config DEFCONFIG_LIST | |||
2 | string | 2 | string |
3 | depends on !UML | 3 | depends on !UML |
4 | option defconfig_list | 4 | option defconfig_list |
5 | default "/lib/modules/$(shell,uname --release)/.config" | 5 | default "/lib/modules/$(shell,uname -r)/.config" |
6 | default "/etc/kernel-config" | 6 | default "/etc/kernel-config" |
7 | default "/boot/config-$(shell,uname --release)" | 7 | default "/boot/config-$(shell,uname -r)" |
8 | default ARCH_DEFCONFIG | 8 | default ARCH_DEFCONFIG |
9 | default "arch/$(ARCH)/defconfig" | 9 | default "arch/$(ARCH)/defconfig" |
10 | 10 | ||