Re: [PATCH] uqmi: Move to community packages repo

2021-07-01 Thread Arjun AK
On 02/07/21 1:42 am, Arjun wrote: On 02/07/21 1:36 am, David Bauer wrote: [resend, as I've missed to keep the list CC'ed] Hi Arjun On 7/1/21 9:50 PM, Arjun AK wrote: Signed-off-by: Arjun AK And just my personal opinion: While I think it makes sense to move optional packages

[PATCH] uqmi: Move to community packages repo

2021-07-01 Thread Arjun AK
Signed-off-by: Arjun AK --- package/network/utils/uqmi/Makefile | 48 -- .../utils/uqmi/files/lib/netifd/proto/qmi.sh | 471 -- 2 files changed, 519 deletions(-) delete mode 100644 package/network/utils/uqmi/Makefile delete mode 100755 package/network/utils/uqmi

[PATCH] DWR-512B: Remove dependency on comgt package

2021-07-01 Thread Arjun AK
comgt package is being moved to the packages repo Signed-off-by: Arjun AK --- target/linux/ramips/image/rt305x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 4edc2eb3c4..f87dc633a0 100644

Re: [PATCH] comgt: Move to community packages repo

2021-06-29 Thread Arjun AK
On 29/06/21 2:21 am, Lech Perczak wrote: W dniu 2021-06-28 o 21:55, Paul Spooren pisze: On 6/28/21 9:53 AM, John Crispin wrote: On 28.06.21 21:14, Paul Spooren wrote: I'm in favor of this too but if it's a core feature (i.e. SIM card support) we should provide the package by default to,

Re: [PATCH] comgt: Move to community packages repo

2021-06-28 Thread Arjun AK
On 28/06/21 10:56 pm, Piotr Dymacz wrote: Hi Arjun, On 28.06.2021 18:52, Arjun AK wrote: Signed-off-by: Arjun AK The only problem here is a D-Link DWR-512B device (ramips/rt305x target) which has 'comgt-ncm' package listed under 'DEVICE_PACKAGES', see [1]. But the package name is "

Re: [PATCH] comgt: Move to community packages repo

2021-06-28 Thread Arjun AK
On 28/06/21 10:22 pm, Arjun AK wrote: Signed-off-by: Arjun AK --- package/network/utils/comgt/Makefile | 106 package/network/utils/comgt/files/3g.chat | 12 - package/network/utils/comgt/files/3g.sh | 116 package/network/utils/comgt/files/3g.usb

[PATCH] comgt: Move to community packages repo

2021-06-28 Thread Arjun AK
Signed-off-by: Arjun AK --- package/network/utils/comgt/Makefile | 106 package/network/utils/comgt/files/3g.chat | 12 - package/network/utils/comgt/files/3g.sh | 116 package/network/utils/comgt/files/3g.usb | 33 --- .../utils/comgt/files/directip

Re: [PATCH 0/1] Workaround for rut955 modem initialization

2021-06-28 Thread Arjun AK
On 28/06/21 5:26 pm, ontje.luensd...@dlr.de wrote: From: Ontje Lünsdorf Hi all, The rut955 fails to activate its modem upon every second reboot. By resetting the modem upon initialization, we get it to work reliably. This will probably affect all other modems and we are not sure if this may

Re: [PATCH] package/comgt: Handle bind/unbind events

2021-06-23 Thread Arjun AK
On 22/06/21 2:07 am, Alberto Bursi wrote: On 19/06/21 01:44, Arjun AK wrote: On 08/05/21 5:38 am, Arjun AK wrote: On 06/01/21 9:03 pm, Arjun AK wrote: On 16/07/20 9:22 pm, Arjun AK wrote: This script was expecting only add/remove events which has not been the case since Kernel 4.12 (which

How to get patches merged in?

2021-06-23 Thread Arjun AK
Hi, Ive sent in a few patches[1][2][3] none of which has yet been merged. I usually only send the patches by email to this list. Is there any other process that needs to be followed? [1] https://patchwork.ozlabs.org/project/openwrt/patch/20210524124237.9665-1-arjunak...@gmail.com/ [2]

Re: [PATCH] package/comgt: Handle bind/unbind events

2021-06-18 Thread Arjun AK
On 08/05/21 5:38 am, Arjun AK wrote: On 06/01/21 9:03 pm, Arjun AK wrote: On 16/07/20 9:22 pm, Arjun AK wrote: This script was expecting only add/remove events which has not been the case since Kernel 4.12 (which added bind/unbind). Bind events were getting treated as remove events which

Re: [PATCH] uim: add --uim-get-sim-state

2021-06-18 Thread Arjun AK
On 01/06/21 8:11 pm, Arjun AK wrote: On 24/05/21 11:21 am, Arjun wrote: Hi, I believe I've made the required changes. Can this be merged in now? - Arjun On May 8, 2021 12:02:57 AM UTC, Arjun AK wrote: From: Arjun This command will show whether a SIM card has been inserted and whether

Re: [PATCH] Allow uci to work with symlinked config files

2021-06-18 Thread Arjun AK
On 24/05/21 6:12 pm, Arjun AK wrote: Instead of creating the temp file in "/etc/config" it should be created where the config file actually exists (if the file is symlinked, it might be in another mount point and "rename()" will fail) Signed-off-by: Arjun A

Re: [PATCH] uim: add --uim-get-sim-state

2021-06-01 Thread Arjun AK
On 24/05/21 11:21 am, Arjun wrote: Hi, I believe I've made the required changes. Can this be merged in now? - Arjun On May 8, 2021 12:02:57 AM UTC, Arjun AK wrote: From: Arjun This command will show whether a SIM card has been inserted and whether a pin is required. Signed-off-by: Arjun

[PATCH] Allow uci to work with symlinked config files

2021-05-24 Thread Arjun AK
Instead of creating the temp file in "/etc/config" it should be created where the config file actually exists (if the file is symlinked, it might be in another mount point and "rename()" will fail) Signed-off-by: Arjun AK --- file.c | 14 -- 1 file changed,

[PATCH] uim: add --uim-get-sim-state

2021-05-07 Thread Arjun AK
From: Arjun This command will show whether a SIM card has been inserted and whether a pin is required. Signed-off-by: Arjun AK --- commands-uim.c | 26 ++ commands-uim.h | 4 +++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/commands-uim.c b/commands

Re: [PATCH] package/comgt: Handle bind/unbind events

2021-05-07 Thread Arjun AK
On 06/01/21 9:03 pm, Arjun AK wrote: On 16/07/20 9:22 pm, Arjun AK wrote: This script was expecting only add/remove events which has not been the case since Kernel 4.12 (which added bind/unbind). Bind events were getting treated as remove events which would cause hotplugged 3g modems

[PATCH] uim: add --uim-get-sim-state

2021-05-07 Thread Arjun AK
From: Arjun This command will show whether a SIM card has been inserted and whether a pin is required. Signed-off-by: Arjun --- commands-uim.c | 26 ++ commands-uim.h | 4 +++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/commands-uim.c

Re: [PATCH] package/comgt: Handle bind/unbind events

2021-01-06 Thread Arjun AK
On 16/07/20 9:22 pm, Arjun AK wrote: This script was expecting only add/remove events which has not been the case since Kernel 4.12 (which added bind/unbind). Bind events were getting treated as remove events which would cause hotplugged 3g modems to not work. More info: https://lkml.org/lkml

[PATCH] package/comgt: Handle bind/unbind events

2020-07-16 Thread Arjun AK
/systemd/systemd/issues/8221 Signed-off-by: Arjun AK --- package/network/utils/comgt/files/3g.usb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/network/utils/comgt/files/3g.usb b/package/network/utils/comgt/files/3g.usb index 8f0d62ca83..9c7d07a0e6 100644 --- a/package/network/utils