From 455632d3feb1e5040dcc0e7a4b94c2df8541cfcd Mon Sep 17 00:00:00 2001 From: xSmurf Date: Wed, 23 Sep 2015 01:42:11 +0000 Subject: [PATCH] Added tlsdate and connect proxy to config --- board/coreboot/busybox.config | 2 +- configs/coreboot_defconfig | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/board/coreboot/busybox.config b/board/coreboot/busybox.config index e0bea1e..1361848 100644 --- a/board/coreboot/busybox.config +++ b/board/coreboot/busybox.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.23.2 -# Tue Sep 22 23:27:33 2015 +# Wed Sep 23 01:30:10 2015 # CONFIG_HAVE_DOT_CONFIG=y diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index af4e3b2..d97de47 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -45,6 +45,8 @@ BR2_PACKAGE_PINENTRY=y BR2_TARGET_ROOTFS_CPIO=y BR2_TARGET_ROOTFS_CPIO_XZ=y # BR2_TARGET_ROOTFS_TAR is not set +BR2_PACKAGE_TLSDATE=y +BR2_PACKAGE_CONNECTPROXY=y BR2_PACKAGE_CBFSTOOL=y BR2_PACKAGE_IFDTOOL=y BR2_PACKAGE_NVRAMTOOL=y