[PATCH] uqmi: fix network registration loop

2021-04-19 Thread thomas . richard
From: Thomas Richard Instrumenting qmi.sh script with following patch, some errors are visible. --- a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh +++ b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh @@ -29,6 +29,7 @@ proto_qmi_init_config() { } proto_qmi_setup

[PATCH v2] uqmi: fix network registration loop

2021-04-20 Thread thomas . richard
From: Thomas Richard With some debug in qmi.sh using following patch, some errors are visible in the registration step @@ -29,6 +29,7 @@ proto_qmi_init_config() { } proto_qmi_setup() { + set -x local interface="$1" local dataformat connstat plmn_mo

[PATCH] uqmi: wait forever registration if timeout set to 0

2020-10-08 Thread Thomas Richard
Give possibility to wait forever the registration by setting timeout option to 0. No timeout can be useful if the interface starts whereas no network is available, because at the end of timeout the interface will be stopped and never restarted. Signed-off-by: Thomas Richard --- package/network

[PATCH firmware-utils] ptgen: fix limitation for active partition in GPT

2024-02-23 Thread Thomas Richard via openwrt-devel
reason to limit the active partition number to 4. This limitation is only for MBR, as it corresponds to the maximum number of primary partitions. Signed-off-by: Thomas Richard --- src/ptgen.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ptgen.c b/src/ptgen.c ind

[PATCH] imagebuilder: fix build if the target is sourced from a feed

2024-03-19 Thread Thomas Richard via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- From: Thomas Rich

Re: [PATCH] imagebuilder: add check if target is sourced from a feed

2024-03-19 Thread Thomas Richard via openwrt-devel
k. So I just sent a patch to fix it: http://lists.openwrt.org/pipermail/openwrt-devel/2024-March/042452.html Tested-by: Thomas Richard Regards, -- Thomas Richard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --- End Message --- _

Re: [PATCH] imagebuilder: add check if target is sourced from a feed

2024-03-20 Thread Thomas Richard via openwrt-devel
;t care which > one is used. > The main thing is that it is fixed. > > I opened a pullrequest right now that include the fix that a had on my > patch set [1] for a long time. > And also the patch I have already send to the mailing list [2]. > > Best regards I added my Test

[PATCH] gpio-button-hotplug: skip disabled buttons

2024-09-05 Thread Thomas Richard via openwrt-devel
e disabled in the devicetree. Signed-off-by: Thomas Richard --- package/kernel/gpio-button-hotplug/Makefile | 2 +- package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/gpio-butt