odroid-u2-kernel: change to openssl build time dep

This commit is contained in:
John 2021-03-06 14:05:02 +01:00
parent 14363cd146
commit 1ee903aece

View file

@ -22,7 +22,7 @@ _kernver="${version}_${revision}"
nostrip=yes
noverifyrdeps=yes
archs="armv7l"
hostmakedepends="perl python kmod uboot-mkimage libressl elfutils bc"
hostmakedepends="perl python kmod uboot-mkimage openssl elfutils bc"
makedepends="ncurses-devel"
depends="kmod>=11_2"
triggers="kernel-hooks"