commit | b1edfd284e41b83d0ad8e4551268026bf8b08b57 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jul 13 22:22:31 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jul 16 12:37:02 2020 +0200 |
tree | 81db59411f2f2d4f9dcb50f0e4f880fefbb57204 | |
parent | 4d27fa9fc7b501897892de7b02c275b27a8c87d2 [diff] [blame] |
cmd: fix lsblk command Add missing includes. Add CMD_LSBLK to sandbox_defconfig. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 9b74e40..d43d78d 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -48,6 +48,7 @@ CONFIG_CMD_GPT_RENAME=y CONFIG_CMD_IDE=y CONFIG_CMD_I2C=y +CONFIG_CMD_LSBLK=y CONFIG_CMD_OSD=y CONFIG_CMD_PCI=y CONFIG_CMD_READ=y