Skip to content
Snippets Groups Projects
Unverified Commit 1fa5d728 authored by Nico's avatar Nico
Browse files

add libustream-wolfssl to support https opkg urls

when running opkg update, this currently results in errors like this:

Downloading https://downloads.openwrt.org/releases/22.03-SNAPSHOT/packages/arm_cortex-a7_neon-vfpv4/base/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03-SNAPSHOT/packages/arm_cortex-a7_neon-vfpv4/base/Packages.gz

since we already have wolfssl for hostapd stuff, just install
libustream-wolfssl and ca-certificates.
parent 6163498d
No related branches found
No related tags found
No related merge requests found
Pipeline #1410 canceled
...@@ -23,7 +23,9 @@ GLUON_SITE_PACKAGES := \ ...@@ -23,7 +23,9 @@ GLUON_SITE_PACKAGES := \
gluon-web-mesh-vpn-fastd \ gluon-web-mesh-vpn-fastd \
gluon-web-private-wifi \ gluon-web-private-wifi \
iwinfo \ iwinfo \
respondd-module-airtime respondd-module-airtime \
libustream-wolfssl \ # for opkg to support https urls
ca-certificates
ADD_DRIVERS_X86 := \ ADD_DRIVERS_X86 := \
kmod-8139too \ kmod-8139too \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment