From 7efb04dcb8308dec54920617c8358db6381f330e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 24 Sep 2020 01:23:11 +0300 Subject: config.def: remove libressl, add bearssl, ca-certificates --- config.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def b/config.def index f1c2115..88ab310 100644 --- a/config.def +++ b/config.def @@ -9,8 +9,8 @@ MNTDIR="$PWD/rootfs" # List of packages to be installed # Most of those are already dependencies of each other but it is not a bad idea # to put them to the list anyway. -PKGS="baselayout cpt musl gcc make gzip xz zlib bzip2 binutils byacc curl \ - linux-headers m4 flex busybox pkgconf rsync libressl git" +PKGS="baselayout cpt musl gcc make gzip xz zlib bzip2 binutils byacc ca-certificates bearssl curl \ + linux-headers m4 flex busybox pkgconf rsync git" # BUILD FLAGS # It is a good idea to not use flags like "native". If you plan on using the -- cgit v1.2.3