diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index 439cae2..c9a67f2 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -34,9 +34,12 @@ EXTRA_IMAGECMD:append_ota-ext4 = " -O ^64bit" # Packages -PACKAGECONFIG:append:pn-curl = " ssl" +PACKAGECONFIG:append:pn-curl = " openssl" PACKAGECONFIG:remove:pn-curl = "gnutls" +PACKAGECONFIG:append:pn-wget = " openssl" +PACKAGECONFIG:remove:pn-wget = "gnutls" + PACKAGECONFIG:append:pn-libgpiod = " python3" PACKAGECONFIG:append:pn-networkmanager = " modemmanager" PACKAGECONFIG:pn-gpsd = ""