diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index 7662c3e..3b15be4 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -61,5 +61,6 @@ BR2_PACKAGE_CONNECTPROXY=y BR2_PACKAGE_CBFSTOOL=y BR2_PACKAGE_CBMEM=y BR2_PACKAGE_IFDTOOL=y +BR2_PACKAGE_INTELMETOOL=y BR2_PACKAGE_NVRAMTOOL=y BR2_DEFCONFIG="$(BR2_EXTERNAL)/configs/coreboot_defconfig" diff --git a/configs/coreboot_grsec_defconfig b/configs/coreboot_grsec_defconfig index d36d970..578b736 100644 --- a/configs/coreboot_grsec_defconfig +++ b/configs/coreboot_grsec_defconfig @@ -60,5 +60,6 @@ BR2_PACKAGE_CONNECTPROXY=y BR2_PACKAGE_CBFSTOOL=y BR2_PACKAGE_CBMEM=y BR2_PACKAGE_IFDTOOL=y +BR2_PACKAGE_INTELMETOOL=y BR2_PACKAGE_NVRAMTOOL=y BR2_DEFCONFIG="$(BR2_EXTERNAL)/configs/coreboot_grsec_defconfig" diff --git a/configs/coreboot_minimal_defconfig b/configs/coreboot_minimal_defconfig index b3a0204..ee26671 100644 --- a/configs/coreboot_minimal_defconfig +++ b/configs/coreboot_minimal_defconfig @@ -50,5 +50,6 @@ BR2_TARGET_ROOTFS_CPIO_XZ=y BR2_PACKAGE_CBFSTOOL=y BR2_PACKAGE_CBMEM=y BR2_PACKAGE_IFDTOOL=y +BR2_PACKAGE_INTELMETOOL=y BR2_PACKAGE_NVRAMTOOL=y BR2_DEFCONFIG="$(BR2_EXTERNAL)/configs/coreboot_minimal_defconfig"