configs: add missing dependencies of Linux on host-openssl
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Aug 2018 14:18:51 +0000 (16:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Aug 2018 14:18:51 +0000 (16:18 +0200)
commit6ee74275367d565ee988f92a93e64002e6f529ef
tree8d11a829b7048a4cfc9610f42b43c6498891f18f
parentf9707ac5840df8bd707a3fad9894441c34c2cf79
configs: add missing dependencies of Linux on host-openssl

Four defconfigs have Linux kernel configuration that need OpenSSL on
the host, but forgot to express this dependency, causing build
failures. This commit adjusts those defconfigs, fixing the following
defconfig builds:

   imx6ulpico_defconfig
   https://gitlab.com/buildroot.org/buildroot/-/jobs/88314839

   imx7dpico_defconfig
   https://gitlab.com/buildroot.org/buildroot/-/jobs/88314841

   mx51evk_defconfig
   https://gitlab.com/buildroot.org/buildroot/-/jobs/88314847

   orangepi_lite_defconfig
   https://gitlab.com/buildroot.org/buildroot/-/jobs/88314883

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/imx6ulpico_defconfig
configs/imx7dpico_defconfig
configs/mx51evk_defconfig
configs/orangepi_lite_defconfig