Skip to content

Commit

Permalink
configs: orangepi_pc_plus_defconfig: U-Boot requires OpenSSL
Browse files Browse the repository at this point in the history
Building U-Boot for OrangePi PC Plus requires host OpenSSL.
Build error is masked only because Linux kernel is built
before U-Boot for this specific image configuration were
wireless driver is enabled.

Signed-off-by: Sergey Matyukevich <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
geomatsi authored and yann-morin-1998 committed May 7, 2023
1 parent 50095a5 commit b31dad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/orangepi_pc_plus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc_plus"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
BR2_TARGET_UBOOT_SPL=y
BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
BR2_PACKAGE_HOST_GENIMAGE=y
Expand Down

0 comments on commit b31dad2

Please sign in to comment.