mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/modem-manager: Add option to enable AT commands via D-Bus
Signed-off-by: Stefan Nickl <Stefan.Nickl@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit f103e3696f)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
20d017a89e
commit
3480fe66fb
@@ -38,6 +38,12 @@ config BR2_PACKAGE_MODEM_MANAGER_LIBQRTR
|
||||
comment "QRTR support needs a toolchain w/ headers >= 4.15"
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
|
||||
|
||||
config BR2_PACKAGE_MODEM_MANAGER_ATVIADBUS
|
||||
bool "at-via-dbus support"
|
||||
help
|
||||
This option enables support for issuing AT commands
|
||||
over the D-Bus interface.
|
||||
|
||||
endif
|
||||
|
||||
comment "modemmanager needs a toolchain w/ wchar, threads, dynamic library"
|
||||
|
||||
@@ -48,6 +48,12 @@ else
|
||||
MODEM_MANAGER_CONF_OPTS += -Dqrtr=false
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MODEM_MANAGER_ATVIADBUS),y)
|
||||
MODEM_MANAGER_CONF_OPTS += -Dat_command_via_dbus=true
|
||||
else
|
||||
MODEM_MANAGER_CONF_OPTS += -Dat_command_via_dbus=false
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
MODEM_MANAGER_DEPENDENCIES += systemd
|
||||
MODEM_MANAGER_CONF_OPTS += \
|
||||
|
||||
Reference in New Issue
Block a user