mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
network: Silence any output during the QMI setup
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
580c249a5b
commit
b1ff8adbf0
@@ -256,14 +256,14 @@ qmi_configure_apn() {
|
|||||||
|
|
||||||
qmicli --device="${device}" --device-open-proxy \
|
qmicli --device="${device}" --device-open-proxy \
|
||||||
--wds-start-network="${_args}" \
|
--wds-start-network="${_args}" \
|
||||||
--client-no-release-cid
|
--client-no-release-cid &>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
qmi_reset() {
|
qmi_reset() {
|
||||||
local device="${1}"
|
local device="${1}"
|
||||||
|
|
||||||
qmicli --device="${device}" --device-open-proxy \
|
qmicli --device="${device}" --device-open-proxy \
|
||||||
--wds-reset
|
--wds-reset &>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
# Assigns a "static" MAC address
|
# Assigns a "static" MAC address
|
||||||
|
|||||||
Reference in New Issue
Block a user