Skip to content
Snippets Groups Projects
Commit 47f38ae0 authored by Rob Landley's avatar Rob Landley Committed by Masahiro Yamada
Browse files

init/Kconfig: Use short unix-style option instead of --longname


Avoids warning messages with the latest release of toybox, which never
bothered to implement the --longopts nothing was using.

Signed-off-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent b5cdca73
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ config DEFCONFIG_LIST
string
depends on !UML
option defconfig_list
default "/lib/modules/$(shell,uname --release)/.config"
default "/lib/modules/$(shell,uname -r)/.config"
default "/etc/kernel-config"
default "/boot/config-$(shell,uname --release)"
default "/boot/config-$(shell,uname -r)"
default ARCH_DEFCONFIG
default "arch/$(ARCH)/defconfig"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment