From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ej1-x643.google.com ([2a00:1450:4864:20::643]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jtYW5-00017v-MT for ptxdist@pengutronix.de; Thu, 09 Jul 2020 17:31:18 +0200 Received: by mail-ej1-x643.google.com with SMTP id w16so2734625ejj.5 for ; Thu, 09 Jul 2020 08:31:17 -0700 (PDT) From: Bruno Thomsen Date: Thu, 9 Jul 2020 17:31:07 +0200 Message-Id: <20200709153107.4275-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] modemmanager: config: allow arbitrary AT commands via DBus List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bruno Thomsen , bth@kamstrup.com This feature is useful when needing to approve a device under RED directive for the EU market where it's required to use the same firmware that ships to customers during radio testing. As this work typically involves the use of hidden/custom commands not need for every day operation. Signed-off-by: Bruno Thomsen --- rules/modemmanager.in | 5 +++++ rules/modemmanager.make | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/modemmanager.in b/rules/modemmanager.in index 50f2d9c6a..20da8d5fd 100644 --- a/rules/modemmanager.in +++ b/rules/modemmanager.in @@ -24,4 +24,9 @@ config MODEMMANAGER_SYSTEMD_UNIT depends on SYSTEMD prompt "install systemd unit file" +config MODEMMANAGER_ALLOW_DBUS_AT_CMDS + bool + depends on SYSTEMD + prompt "allow arbitrary AT commands via DBus" + endif diff --git a/rules/modemmanager.make b/rules/modemmanager.make index b26e47c4a..5cae10024 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -50,7 +50,7 @@ MODEMMANAGER_CONF_OPT := \ --$(call ptx/wwo, PTXCONF_INITMETHOD_SYSTEMD)-systemd-suspend-resume \ --$(call ptx/wwo, PTXCONF_INITMETHOD_SYSTEMD)-systemd-journal \ --without-polkit \ - --without-at-command-via-dbus \ + --$(call ptx/wwo, PTXCONF_MODEMMANAGER_ALLOW_DBUS_AT_CMDS)-at-command-via-dbus \ --with-mbim \ --with-qmi base-commit: 9fe5462616de2ce93663f409f471ea83a6d5fbb5 -- 2.26.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de