From: RISCi_ATOM Date: Mon, 9 Sep 2019 14:17:43 +0000 (-0400) Subject: Add mbedtls and ca-bundle as default pkgs to provide ssl support for pkg repo. X-Git-Tag: v1.5.0-rc1~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec851a60d38bb711e361acf480e9b0045a182ced;p=librecmc%2Flibrecmc.git Add mbedtls and ca-bundle as default pkgs to provide ssl support for pkg repo. --- diff --git a/include/target.mk b/include/target.mk index a813ba2d2d..f6ba2c0953 100644 --- a/include/target.mk +++ b/include/target.mk @@ -13,7 +13,7 @@ __target_inc=1 DEVICE_TYPE?=router # Default packages - the really basic set -DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd +DEFAULT_PACKAGES:=base-files ca-bundle libmbedtls libustream-mbedtls libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets