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:
parent
e2ecd080a0
commit
504e367a0c
|
|
@ -40,6 +40,7 @@ PACKAGECONFIG_append_pn-networkmanager = " modemmanager"
|
|||
PACKAGECONFIG_pn-gpsd = ""
|
||||
PACKAGECONFIG_append_pn-openssl = " cryptodev-linux"
|
||||
PACKAGECONFIG_pn-lmsensors = ""
|
||||
PACKAGECONFIG_pn-libqmi = ""
|
||||
|
||||
# These rules may make gpsd start automatically when detecting a
|
||||
# receiver. We don't want that since gpsd is started by gnss-mgr
|
||||
|
|
|
|||
Loading…
Reference in New Issue