From f64e93cd02ae3fc99918d619dd367f143389e29f Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Tue, 8 Jun 2021 21:47:21 +0200 Subject: [PATCH] configs/raspberrypicm4io_defconfig: fix typo (missing '=y') Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- configs/raspberrypicm4io_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/raspberrypicm4io_defconfig b/configs/raspberrypicm4io_defconfig index febaedd9e6..f4ba22dfe5 100644 --- a/configs/raspberrypicm4io_defconfig +++ b/configs/raspberrypicm4io_defconfig @@ -29,7 +29,7 @@ BR2_PACKAGE_HOST_GENIMAGE=y BR2_PACKAGE_HOST_MTOOLS=y # Required tool to flash CM4 eMMC memory -BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT +BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT=y # Filesystem / image BR2_TARGET_ROOTFS_EXT2=y -- 2.30.2