scripts/mkimg.base.sh: replace libressl with openssl

ref #10042
This commit is contained in:
Natanael Copa 2019-03-04 14:30:05 +00:00
parent cf27e69eb0
commit da6b6ebd06

View File

@ -297,7 +297,7 @@ profile_base() {
case "$ARCH" in
x86*) grub_mod="$grub_mod multiboot2 efi_uga";;
esac
apks="alpine-base alpine-mirrors busybox kbd-bkeymaps chrony e2fsprogs network-extras libressl openssh tzdata"
apks="alpine-base alpine-mirrors busybox kbd-bkeymaps chrony e2fsprogs network-extras openssl openssh tzdata"
apkovl=
hostname="alpine"
}