diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-24 01:23:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-24 01:23:11 +0300 |
commit | 7efb04dcb8308dec54920617c8358db6381f330e (patch) | |
tree | 054e4cdf507094add78a3b6e70d112ffb47ee35a | |
parent | 28d86c20594c066e8f7cbe1dc783f75f501704ad (diff) | |
download | mkrootfs-7efb04dcb8308dec54920617c8358db6381f330e.tar.gz |
config.def: remove libressl, add bearssl, ca-certificates
-rw-r--r-- | config.def | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |