diff options
author | Paul Spooren <mail@aparcar.org> | 2020-08-27 11:47:06 -1000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-08-31 11:26:10 +0100 |
commit | e79df3516d3e2931a2a2964cadfed0af99acef49 (patch) | |
tree | 062dab4db21ef9e29b381db0badeae425824d635 /include/target.mk | |
parent | 35f2116519f6e40ee7acab23479912ccba91fcf6 (diff) | |
download | upstream-e79df3516d3e2931a2a2964cadfed0af99acef49.tar.gz upstream-e79df3516d3e2931a2a2964cadfed0af99acef49.tar.bz2 upstream-e79df3516d3e2931a2a2964cadfed0af99acef49.zip |
build: add libustream and certs to default pkgs
To allow HTTPS usage on a router it requires both certificates
(ca-bundle) and a fitting libustream library (libustream-wolfssl)
By adding both, uclient-fetch and wget can connect to encrypted HTTP.
This allows opkg to update package lists in a more secure fashion.
Suggested-by: Petr Štetiar <ynezz@true.cz>
Suggested-by: Baptiste Jonglez <baptiste@bitsofnetworks.org>
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index 6ed6565bda..b0c563a0ef 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 busybox ca-bundle dropbear fstools libc libgcc logd libustream-wolfssl mtd netifd opkg uci uclient-fetch urandom-seed urngd # For the basic set DEFAULT_PACKAGES.basic:= # For nas targets |