diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-07-12 22:55:49 +0000 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2020-02-23 01:47:20 +0000 |
commit | 92ee2568c8e28b6f6449b02380653aa5aeb82284 (patch) | |
tree | 0e69baf063c25c3e8f390577ecc51c50b9f0123e /openpower/configs | |
parent | 2a6daa7926cc4ec0c0b1c340a4d4249b0f04d2d1 (diff) | |
download | blackbird-op-build-04-16-2019.tar.gz blackbird-op-build-04-16-2019.zip |
Enable cryptsetup, squashfs, lm-sensors, and memtester in Petitboot environment04-16-2019
Diffstat (limited to 'openpower/configs')
-rw-r--r-- | openpower/configs/blackbird_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openpower/configs/blackbird_defconfig b/openpower/configs/blackbird_defconfig index edc06bfb..e55e84d4 100644 --- a/openpower/configs/blackbird_defconfig +++ b/openpower/configs/blackbird_defconfig @@ -25,10 +25,14 @@ BR2_LINUX_KERNEL_ZIMAGE_EPAPR=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 |