211a5df280
libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
297 B
Plaintext
10 lines
297 B
Plaintext
config BR2_PACKAGE_LIBQMI
|
|
bool "libqmi"
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
help
|
|
libqmi is a glib-based library for talking to WWAN modems and devices
|
|
which speak the Qualcomm MSM Interface (QMI) protocol.
|
|
|
|
http://www.freedesktop.org/wiki/Software/libqmi/
|