Skip to content

Commit

Permalink
fix: properly install openssl (#218)
Browse files Browse the repository at this point in the history
* fix: openssl meta-option needs to be selected

* force openssl bin

---------

Co-authored-by: Ryan Howard <[email protected]>
  • Loading branch information
sfoster1 and ryanthecoder authored Jan 25, 2024
1 parent 37c52d4 commit 549d908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/ot2_defconfig
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y
BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI=y
BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI=y
BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI=y
BR2_PACKAGE_OPENSSL=y
BR2_PACKAGE_OPENTRONS_SMOOTHIE_FIRMWARE=y
BR2_PACKAGE_OPENTRONS_MAGNETIC_MODULE_FIRMWARE=y
BR2_PACKAGE_OPENTRONS_TEMPERATURE_MODULE_FIRMWARE=y
@@ -80,6 +81,7 @@ BR2_PACKAGE_ALSA_LIB=y
BR2_PACKAGE_CA_CERTIFICATES=y
BR2_PACKAGE_LIBRESSL=y
BR2_PACKAGE_LIBRESSL_BIN=y
BR2_PACKAGE_LIBOPENSSL_BIN=y
BR2_PACKAGE_DTC=y
BR2_PACKAGE_DTC_PROGRAMS=y
BR2_PACKAGE_LIBGPIOD=y

0 comments on commit 549d908

Please sign in to comment.