提交 47f38ae0 编写于 作者: R Rob Landley 提交者: Masahiro Yamada

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: NRob Landley <rob@landley.net>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 b5cdca73
...@@ -2,9 +2,9 @@ config DEFCONFIG_LIST ...@@ -2,9 +2,9 @@ config DEFCONFIG_LIST
string string
depends on !UML depends on !UML
option defconfig_list option defconfig_list
default "/lib/modules/$(shell,uname --release)/.config" default "/lib/modules/$(shell,uname -r)/.config"
default "/etc/kernel-config" default "/etc/kernel-config"
default "/boot/config-$(shell,uname --release)" default "/boot/config-$(shell,uname -r)"
default ARCH_DEFCONFIG default ARCH_DEFCONFIG
default "arch/$(ARCH)/defconfig" default "arch/$(ARCH)/defconfig"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册