Re: [OpenWrt-Devel] [PATCH] add NCM support to openwrt

2014-05-26 Thread Sami Olmari
For me this NCM protocol has been irreplaceable. It makes the LTE connection so much faster than traditional PPP link. So far I am using Oskari's NCM set at cabin's data, and more importantly at Vaasa Hacklab router. So far I haven't been able to spot any errors or misworkings in today's trunk

[OpenWrt-Devel] [PATCH] add NCM support to openwrt

2013-11-28 Thread Oskari Rauta
This patch adds more user friendly support for 3g/lte modems using NCM network interface. This work I did, can easily be ported to variants like QMI, etc.. This adds support to /etc/config/network so one can define there usage of a such dongle, and then WAN connection can be automaticly

Re: [OpenWrt-Devel] [PATCH] add NCM support to openwrt

2013-11-28 Thread Dirk Neukirchen
Shouldn't the patch be splitted because of different features? ( luci, non-luci stuff, hardware (huawai config)) 1) support for Huawei E3672 dongle (initially no other dongles supported) (from patch) huawei_e3276.gcom Where is the typo here? this patch adds ncm_xhr.js diff --git

Re: [OpenWrt-Devel] [PATCH] add NCM support to openwrt

2013-11-28 Thread Oskari Rauta
On 28.11.2013, at 17:46, Dirk Neukirchen dirkneukirc...@web.de wrote: Shouldn't the patch be splitted because of different features? ( luci, non-luci stuff, hardware (huawai config)) Don't know - I originally built it for one single device, so for me - it is one package - which for others,

Re: [OpenWrt-Devel] [PATCH] add NCM support to openwrt

2013-11-28 Thread Oskari Rauta
Shouldn't the patch be splitted because of different features? ( luci, non-luci stuff, hardware (huawai config)) Here is version 2 of patch, that patches against packages and does not have LuCI packages at all.. diff --git a/net/ncm/Makefile b/net/ncm/Makefile new file mode 100644 index