Skip to content

Commit

Permalink
init/Kconfig: Use short unix-style option instead of --longname
Browse files Browse the repository at this point in the history
Avoids warning messages with the latest release of toybox, which never
bothered to implement the --longopts nothing was using.

Signed-off-by: Rob Landley <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
landley authored and masahir0y committed Aug 9, 2018
1 parent b5cdca7 commit 47f38ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 47f38ae

Please sign in to comment.