distro/netmodule-linux: Disable all libqmi configs

Since libqmi is only used by ModemManager we don't need all the
features. Default features (excluded with this commit) are udev and
mbim.

BugzID: 81947
This commit is contained in:
Alexandre Bard 2022-12-13 13:15:19 +01:00
parent e2ecd080a0
commit 504e367a0c
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ PACKAGECONFIG_append_pn-networkmanager = " modemmanager"
PACKAGECONFIG_pn-gpsd = "" PACKAGECONFIG_pn-gpsd = ""
PACKAGECONFIG_append_pn-openssl = " cryptodev-linux" PACKAGECONFIG_append_pn-openssl = " cryptodev-linux"
PACKAGECONFIG_pn-lmsensors = "" PACKAGECONFIG_pn-lmsensors = ""
PACKAGECONFIG_pn-libqmi = ""
# These rules may make gpsd start automatically when detecting a # These rules may make gpsd start automatically when detecting a
# receiver. We don't want that since gpsd is started by gnss-mgr # receiver. We don't want that since gpsd is started by gnss-mgr