浏览代码

distro: select CMD_ENV_EXISTS

'env exists' is used for scripting in include/config_distro_bootcmd.h
This command is available only when CONFIG_CMD_ENV_EXISTS is enabled.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Masahiro Yamada 7 年之前
父节点
当前提交
c4f668320a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Kconfig

+ 1 - 0
Kconfig

@@ -74,6 +74,7 @@ config DISTRO_DEFAULTS
 	select CMD_DHCP if CMD_NET
 	select CMD_PING if CMD_NET
 	select CMD_PXE if NET
+	select CMD_ENV_EXISTS
 	select CMD_EXT2
 	select CMD_EXT4
 	select CMD_FAT