Re: [OpenWrt-Devel] [PATCH] [ar71xx] add support for Elink M-150/M-mini

2014-05-18 Thread Hartmut Knaack
`ōlunx schrieb: Hey guys, Here is a patch for adding Elink M-150/M-mini to OpenWrt. More infomation about Elink can be find below: M-150: http://item.taobao.com/item.htm?spm=a1z10.5.w4002-2498531248.10.ESiKXRid=16612265015 M-mini:

[OpenWrt-Devel] [PATCH][bcm63xx]: fix Livebox 1 support

2014-05-18 Thread dani
The Livebox 1 support is currently broken. Fixed with this patch Fixes: - Redboot partitioning broken: fixed - Replaced custom ephy reset with platform code - USB code breaks the building process: fixed - Led colors - Removed unneded EHCI code since bcm6348 only has OHCI Signed-off-by: Daniel

[OpenWrt-Devel] [PATCH 0/2] Add support for QMI-based mobile broadband modems

2014-05-18 Thread Matti Laakso
Many of the 4G/LTE and 3G modems utilize the QMI-protocol to control the modem. At the moment there is no support for them in OpenWrt. These patches add support for them in the form of a netifd script and a control utility. Tested with Huawei E398 and ZTE MF820D (which requires a delay of ~30 s

[OpenWrt-Devel] [PATCH 1/2] netifd: Allow including dhcp.sh

2014-05-18 Thread Matti Laakso
Allow including dhcp.sh from other scripts. This is necessary for protocols which use DHCP in addition to some other control protocol, e.g., QMI or NCM. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- diff --git a/package/network/config/netifd/files/lib/netifd/proto/dhcp.sh

[OpenWrt-Devel] [PATCH 2/2] Package uqmi

2014-05-18 Thread Matti Laakso
Package uqmi for OpenWrt. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile new file mode 100644 index 000..c66de85 --- /dev/null +++ b/package/network/utils/uqmi/Makefile @@ -0,0 +1,48 @@ +include

[OpenWrt-Devel] [PATCH v2] mac80211: query driver for max A-MPDU length exponent

2014-05-18 Thread Matti Laakso
This patch enables netifd to query 802.11ac-driver for the maximum supported A-MPDU length exponent, possibly increasing VHT throughput by more aggressive frame aggregation. v2: refreshed patch Signed-off-by: Matti Laakso malaakso at elisanet.fi --- diff --git

[OpenWrt-Devel] [PATCH v5] ppp: add new protocol PPPoSSH.

2014-05-18 Thread Yousong Zhou
This patch adds protocol support for PPP over SSH. The protocol name is 'pppossh' with the following options. - server, required, SSH server name. - port, SSH server port. - sshuser, required, SSH login username. - identity, list of client private key files. ~/.ssh/id_{rsa,dsa} will be

Re: [OpenWrt-Devel] [PATCH v5] ppp: add new protocol PPPoSSH.

2014-05-18 Thread Yousong Zhou
Hi, On 19 May 2014 09:55, Yousong Zhou yszhou4t...@gmail.com wrote: This patch adds protocol support for PPP over SSH. The protocol name is 'pppossh' with the following options. I am not sure whether such a non-standardized protocol will be accepted into the OpenWrt trunk. I have been using

Re: [OpenWrt-Devel] [PATCH 0/2] Add support for QMI-based mobile broadband modems

2014-05-18 Thread Steven Barth
Hi Matti, thanks for the patches. A few notes though: I don't particularly like the dhcp-approach. Including the script directly looks hackish and also it wouldn't work for DHCP and RA/DHCPv6 in parallel. Instead I would suggest to bring up the interface without any addresses and at the end