aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-03-04 14:30:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-03-04 14:30:34 +0000
commitda6b6ebd06fc41e29b7ede2aa439dd76f87ede08 (patch)
tree0020e961383bb8ae384e9e0eb34cda68343e7b3d /scripts
parentcf27e69eb06356a92f223c9e41e3ca6d0f9408f5 (diff)
downloadaports-da6b6ebd06fc41e29b7ede2aa439dd76f87ede08.tar.bz2
aports-da6b6ebd06fc41e29b7ede2aa439dd76f87ede08.tar.xz
scripts/mkimg.base.sh: replace libressl with openssl
ref #10042
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkimg.base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh
index 0c04b01686..5a17cf9d14 100755
--- a/scripts/mkimg.base.sh
+++ b/scripts/mkimg.base.sh
@@ -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"
}