From ee99208c60de36b5466bf66b3b69feb65e8393f3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 19 Mar 2018 14:37:49 +0100 Subject: [PATCH] Update barebox.config --- buildroot-external/board/ova/barebox.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildroot-external/board/ova/barebox.config b/buildroot-external/board/ova/barebox.config index 8d18e49ef..8b11bd64b 100644 --- a/buildroot-external/board/ova/barebox.config +++ b/buildroot-external/board/ova/barebox.config @@ -1,7 +1,8 @@ # CONFIG_LOCALVERSION_AUTO is not set CONFIG_PROMPT="hassio-os:" -CONFIG_CONSOLE_SIMPLE=y +CONFIG_BLOCK=y CONFIG_PARTITION=y +CONFIG_PARTITION_DISK=y CONFIG_PARTITION_DISK_EFI=y CONFIG_DEFAULT_COMPRESSION_LZ4=y CONFIG_STATE=y