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 000

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

2013-11-28 Thread Oskari Rauta
On 28.11.2013, at 17:46, Dirk Neukirchen 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, I breaked into sev

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 > a/packa

[OpenWrt-Devel] [PATCH] fix cutter

2013-11-28 Thread Oskari Rauta
Cutter was marked as broken a long time ago, cutter is utility used for disconnecting ongoing TCP connections. Problem was that it didn't support nf_conntrack. Here's a patch that changes it to use nf_conntrack instead of ip_conntrack.. Signed-off-by: Oskari Rauta Patch begins: diff --git a/ne

[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 establish

Re: [OpenWrt-Devel] [Patch] ar71xx: fix switch port map for the Sitecom WLR-8100

2013-11-28 Thread Dirk Neukirchen
On 27.11.2013 21:35, Matti Laakso wrote: >> There was no way to determine a working config, because >> the switch (ar8337) was not working previously. >> >> -ap132) >> +ap132 |\ >> +wlr8100) >> ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" >> ucidef_add_switch "switch0" "1" "1" >>

[OpenWrt-Devel] [PATCH] mac80211: enable DFS support

2013-11-28 Thread Matti Laakso
The latest hostapd and some of the wireless drivers support DFS, which is required on the 5 GHz band in many countries. This patch adds the correct option to the hostapd configuration. IEEE802.11h depends on IEEE802.11d, which in turn requires a country code to be set (the current version does not