diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-12 10:55:06 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-13 12:31:58 +0100 |
commit | d7d2b9108e12f86f50f82f124066fab46792bd44 (patch) | |
tree | e5a599f1155f2e5ec14e2374c608d47601c69ea9 /configure.ac | |
parent | 5ab5593edbf86a268f9b6d196f30e303c1e1b879 (diff) |
foxconn: new plugin to support the T77W968
The Dell DW5821e is really a re-branded Foxconn T77W968.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 551a0229..07fb86d7 100644 --- a/configure.ac +++ b/configure.ac @@ -362,7 +362,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.24.0 +LIBQMI_VERSION=1.25.1 AC_ARG_WITH(qmi, AS_HELP_STRING([--without-qmi], [Build without QMI support]), [], [with_qmi=yes]) AM_CONDITIONAL(WITH_QMI, test "x$with_qmi" = "xyes") |