diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-10 12:40:51 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-10 12:40:51 +0300 |
commit | 4908717ce5412bb3de2e4038634f0d5c8ddd0229 (patch) | |
tree | d9ada3a1cbebef80569842a1f129448d85e029e2 | |
parent | 613d8ebdfc6696818063bf117b679bc7e02f9cb7 (diff) | |
download | mkrootfs-4908717ce5412bb3de2e4038634f0d5c8ddd0229.tar.gz |
config.def: remove bearssl,ca-certificates add libressl,git
-rw-r--r-- | config.def | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ MNTDIR="$PWD/rootfs" # 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 bearssl ca-certificates" + linux-headers m4 flex busybox pkgconf rsync libressl git" # Build flags # It is a good idea to not use flags like "native" |