提交 99dcbdd8 编写于 作者: M Michal Simek 提交者: Tom Rini

Kconfig: Select networking commands only when NET is enabled

There is no reason to unconditially select network commands as distro
defaults without networking enable.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 c946b0e9
......@@ -69,14 +69,14 @@ config DISTRO_DEFAULTS
imply USE_BOOTCOMMAND
select CMD_BOOTZ if ARM && !ARM64
select CMD_BOOTI if ARM64
select CMD_DHCP
select CMD_PXE
select CMD_DHCP if NET
select CMD_PXE if NET
select CMD_EXT2
select CMD_EXT4
select CMD_FAT
select CMD_FS_GENERIC
select CMD_MII
select CMD_PING
select CMD_MII if NET
select CMD_PING if NET
select CMD_PART
select HUSH_PARSER
help
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册