-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Florin Sarbu <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
layers/meta-balena-raspberrypi/recipes-connectivity/modemmanager/modemmanager_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
FILESEXTRAPATHS:append := ":${THISDIR}/test" | ||
|
||
SRC_URI:append = " \ | ||
file://0001-test.patch \ | ||
" |
27 changes: 27 additions & 0 deletions
27
layers/meta-balena-raspberrypi/recipes-connectivity/modemmanager/test/0001-test.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From 2d43be4379cf1d5ca0a4d7624d15812c69c64124 Mon Sep 17 00:00:00 2001 | ||
From: Florin Sarbu <[email protected]> | ||
Date: Thu, 12 Sep 2024 08:15:30 +0000 | ||
Subject: [PATCH] test | ||
|
||
Signed-off-by: Florin Sarbu <[email protected]> | ||
--- | ||
src/mm-bearer-qmi.c | 3 +-- | ||
1 file changed, 1 insertion(+), 2 deletions(-) | ||
|
||
diff --git a/src/mm-bearer-qmi.c b/src/mm-bearer-qmi.c | ||
index 54f2e934..d8e52f5c 100644 | ||
--- a/src/mm-bearer-qmi.c | ||
+++ b/src/mm-bearer-qmi.c | ||
@@ -1116,8 +1116,7 @@ get_current_settings (GTask *task, QmiClientWds *client) | ||
QMI_WDS_REQUESTED_SETTINGS_GATEWAY_INFO | | ||
QMI_WDS_REQUESTED_SETTINGS_MTU | | ||
QMI_WDS_REQUESTED_SETTINGS_DOMAIN_NAME_LIST | | ||
- QMI_WDS_REQUESTED_SETTINGS_IP_FAMILY | | ||
- QMI_WDS_REQUESTED_SETTINGS_OPERATOR_RESERVED_PCO; | ||
+ QMI_WDS_REQUESTED_SETTINGS_IP_FAMILY; | ||
|
||
input = qmi_message_wds_get_current_settings_input_new (); | ||
qmi_message_wds_get_current_settings_input_set_requested_settings (input, requested, NULL); | ||
-- | ||
2.34.1 | ||
|