summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-07-12 22:55:49 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-07-12 22:55:49 +0000
commit0eaf5d3d864629f5ecb350a1cc43ee59ea56a4e2 (patch)
treefb7b7187305ed9e234fa7502f2afe55fe7f6cee1
parent8279bbea73cb60c3ef9051d4146017398eba8943 (diff)
downloadtalos-op-build-0eaf5d3d864629f5ecb350a1cc43ee59ea56a4e2.tar.gz
talos-op-build-0eaf5d3d864629f5ecb350a1cc43ee59ea56a4e2.zip
Enable cryptsetup, squashfs, lm-sensors, and memtester in Petitboot environment
-rw-r--r--openpower/configs/talos_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/openpower/configs/talos_defconfig b/openpower/configs/talos_defconfig
index c478de64..534e137c 100644
--- a/openpower/configs/talos_defconfig
+++ b/openpower/configs/talos_defconfig
@@ -27,10 +27,14 @@ BR2_KERNEL_HEADERS_4_19=y
BR2_LINUX_KERNEL_XZ=y
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/busybox.fragment"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
+BR2_PACKAGE_CRYPTSETUP=y
BR2_PACKAGE_IPMITOOL=y
BR2_PACKAGE_IPMITOOL_USB=y
+BR2_PACKAGE_LM_SENSORS=y
+BR2_PACKAGE_MEMTESTER=y
BR2_PACKAGE_MDADM=y
BR2_PACKAGE_NCURSES_WCHAR=y
+BR2_PACKAGE_SQUASHFS=y
BR2_PACKAGE_DROPBEAR=y
# BR2_PACKAGE_DROPBEAR_SERVER is not set
BR2_PACKAGE_ETHTOOL=y
OpenPOWER on IntegriCloud