Re: [OpenWrt-Devel] [PATCH 1/2] [packages] add support for Huawei NCM modems (openwrt-devel Digest, Vol 111, Issue 138)

2015-03-29 Thread Maarten Deprez
able with my modems. It blocked regularly, and the connection was not reinitialized when it dropped. I should probably test it again with the 3.18 kernel and add code specific to the modems i own. Maarten Deprez ___ openwrt-devel mailing list open

[OpenWrt-Devel] [PATCH 2/2] [luci] add Huawei NCM protocol

2015-03-28 Thread Maarten Deprez
Adds Huawei NCM protocol as well as huawei modem status support for Luci. Based on the work of Oskari Rauta at https://sites.google.com/site/variousopenwrt/huawei-e3267 . This version adds frequency locking, between other things. Signed-off-by: Maarten Deprez diff --git a/protocols/luci

[OpenWrt-Devel] [PATCH 1/2] [packages] add support for Huawei NCM modems

2015-03-28 Thread Maarten Deprez
provided me with a stable connection on Huawei E303 and E398 modems during the last few months. Signed-off-by: Maarten Deprez diff --git a/net/huawei-ncm/Makefile b/net/huawei-ncm/Makefile new file mode 100644 index 000..27a0bcc --- /dev/null +++ b/net/huawei-ncm/Makefile @@ -0,0 +1,52