Re: [OpenWrt-Devel] [PATCH] [ar71xx] extended support for TP-Link TL-MR10U in trunk

2013-07-26 Thread Gabor Juhos
2013.07.23. 0:59 keltezéssel, Oleg Titov írta: Extended support for TP-Link TL-MR10U in Buildroot added. Supports current trunk. Based on andelf's patch http://andelf.diandian.com/post/2013-05-22/40050677370 Signed-off-by: Oleg Titov oleg.ti...@gmail.com Applied with some changes. However I

Re: [OpenWrt-Devel] Curious about procd

2013-07-26 Thread michael-dev
Hi, thanks a lot for the quick reply. It helped me tracking down the issue as learned that I needed to look for inittab code in procd and that the code is expected to work out of the box. First my platform seems to be the only target (mpc85xx) that has no console entry in inittab by default

[OpenWrt-Devel] openvpn 2.3.2 update

2013-07-26 Thread Peter Wagner
this patches updates openvpn to v2.3.2 and adds a PKG_MD5SUM to the Makefile This release fixes a memory access violation when cipher none is used on ar71xx - at least with my config Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/network/services/openvpn/Makefile

Re: [OpenWrt-Devel] openvpn 2.3.2 update

2013-07-26 Thread Felix Fietkau
On 2013-07-26 2:20 PM, Peter Wagner wrote: this patches updates openvpn to v2.3.2 and adds a PKG_MD5SUM to the Makefile This release fixes a memory access violation when cipher none is used on ar71xx - at least with my config Signed-off-by: Peter Wagner tripo...@gmx.at Committed in

[OpenWrt-Devel] [PATCH v2 1/4] hostapd: Add an option to disable beaconing

2013-07-26 Thread Sujith Manoharan
From: Sujith Manoharan c_man...@qca.qualcomm.com Add a patch for hostapd that introduces a config option start_disabled which can be used to bring up an AP interface with beaconing disabled. This is useful in a Repeater-AP setup where the Repeater AP has to start beaconing only after the WDS link

[OpenWrt-Devel] [PATCH v2 4/4] hostapd: Fix WDS/WEP usage

2013-07-26 Thread Sujith Manoharan
From: Sujith Manoharan c_man...@qca.qualcomm.com WEP in WDS is currently broken in hostapd. Add a patch to fix the issue. Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com --- .../services/hostapd/patches/710-wds-wep-fix.patch | 156 + 1 file changed, 156

[OpenWrt-Devel] [PATCH v2 3/4] mac80211: Handle concurrent AP/STA beaconing properly

2013-07-26 Thread Sujith Manoharan
From: Sujith Manoharan c_man...@qca.qualcomm.com Use the start_disabled option in hostapd that was added in the earlier patch. Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com --- package/kernel/mac80211/files/lib/wifi/mac80211.sh | 7 ++- 1 file changed, 6 insertions(+), 1

[OpenWrt-Devel] [PATCH v2 2/4] hostapd: Refresh patches

2013-07-26 Thread Sujith Manoharan
From: Sujith Manoharan c_man...@qca.qualcomm.com Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com --- .../hostapd/patches/300-nl80211_multicall_fixes.patch | 4 ++-- .../services/hostapd/patches/453-ap_sta_support.patch | 2 +-

Re: [OpenWrt-Devel] [PATCH] [ar71xx] extended support for TP-Link TL-MR10U in trunk

2013-07-26 Thread Oleg Titov
Everything is fine! Thank you Gabor! Regards, Oleg On Fri, Jul 26, 2013 at 2:33 AM, Gabor Juhos juh...@openwrt.org wrote: 2013.07.23. 0:59 keltezéssel, Oleg Titov írta: Extended support for TP-Link TL-MR10U in Buildroot added. Supports current trunk. Based on andelf's patch

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-26 Thread John Crispin
*cough* shame on me for not compile testing it properly and shame on you for sending crappy patches that don't compile -- https://dev.openwrt.org/changeset/37561 On 24/07/13 03:43, jonsm...@gmail.com wrote: So have we made a decision on how to structure this? It doesn't really matter to

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-26 Thread jonsm...@gmail.com
On Fri, Jul 26, 2013 at 11:18 AM, John Crispin j...@phrozen.org wrote: *cough* shame on me for not compile testing it properly and shame on you for sending crappy patches that don't compile Sorry about that. I was trying to edit those dts files around into a more acceptable form after I had

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-26 Thread John Crispin
On 26/07/13 17:34, jonsm...@gmail.com wrote: On Fri, Jul 26, 2013 at 11:18 AM, John Crispinj...@phrozen.org wrote: *cough* shame on me for not compile testing it properly and shame on you for sending crappy patches that don't compile Sorry about that. I was trying to edit those dts files

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-26 Thread jonsm...@gmail.com
On Fri, Jul 26, 2013 at 11:29 AM, John Crispin j...@phrozen.org wrote: On 26/07/13 17:34, jonsm...@gmail.com wrote: On Fri, Jul 26, 2013 at 11:18 AM, John Crispinj...@phrozen.org wrote: *cough* shame on me for not compile testing it properly and shame on you for sending crappy patches

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-26 Thread jonsm...@gmail.com
Has this generic RT5350 problem been fixed somehow? The AWM002 support depended on this fix. diff --git a/target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface_ramips b/target/linux/ramip index db03b6b..0f8da99 100644 ---

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-26 Thread jonsm...@gmail.com
On Fri, Jul 26, 2013 at 12:23 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: Has this generic RT5350 problem been fixed somehow? The AWM002 support depended on this fix. I see this has been committed diff --git a/target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface_ramips

Re: [OpenWrt-Devel] [PATCH] [ar71xx] add support for TL-Link TL-MR13U

2013-07-26 Thread Cezary Jackiewicz
Dnia 2013-07-26, o godz. 13:01:31 Oleg Titov oleg.ti...@gmail.com napisał(a): @@ -138,6 +138,9 @@ tplink_board_detect() { 001101*) model=TP-Link TL-MR11U ;; + 130101*) + model=TP-Link TL-MR13U + ;; Wrong! ./mktplinkfw -i mr13uv1.bin File name : mr13uv1.bin ... Vendor

Re: [OpenWrt-Devel] [PATCH] [ar71xx] add support for TL-Link TL-MR13U

2013-07-26 Thread Oleg Titov
On Fri, Jul 26, 2013 at 1:19 PM, Cezary Jackiewicz cezary.jackiew...@gmail.com wrote: Dnia 2013-07-26, o godz. 13:01:31 So + 001301*) + model=TP-Link TL-MR13U + ;; Thank you! Fixed now! -- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh

[OpenWrt-Devel] 802.11ac list of hardware devices

2013-07-26 Thread valent.turko...@gmail.com
Hi, there is a really nice list of 802.11ac hardware: http://wikidevi.com/wiki/List_of_802.11ac_Hardware After searching through openwrt devel mailing list, forums and wiki my conculsion is that none of this hardware is supported in openwrt, right? OpenWrt devel team is not developing wifi

[OpenWrt-Devel] Building Python extensions

2013-07-26 Thread Drasko DRASKOVIC
Hi all, I tried to install a Pyton extension directly on the MIPS target via pip : root@Marx:/# pip install netifaces Downloading/unpacking netifaces Running setup.py egg_info for package netifaces ... uilding 'netifaces' extension mipsel-openwrt-linux-uclibc-gcc -fno-strict-aliasing -Os

[OpenWrt-Devel] update e2fsprogs to 1.42.8 and add e4defrag

2013-07-26 Thread Peter Wagner
update e2fsprogs to 1.42.8 and add e4defrag Signed-off-by: Peter Wagner tripo...@gmx.atdiff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile index 0dca980..49e53f4 100644 --- a/package/utils/e2fsprogs/Makefile +++ b/package/utils/e2fsprogs/Makefile @@ -8,8 +8,8 @@

Re: [OpenWrt-Devel] Building Python extensions

2013-07-26 Thread Yousong Zhou
Hi, Drasko, On 27 July 2013 06:01, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: Hi all, I tried to install a Pyton extension directly on the MIPS target via pip : root@Marx:/# pip install netifaces Downloading/unpacking netifaces Running setup.py egg_info for package netifaces ...

Re: [OpenWrt-Devel] [PATCH] TEW632BRP has buttons 'active low', fix board config.

2013-07-26 Thread Nikolay Martynov
Hi. I've submitted this patch some time ago but haven't seen any response or feedback to it. I believe that this patch fixes very specific, serious and easily reproducible issue on a specific hardware. I would appreciate if somebody could let me know if I've sent this patch in wrong format

[OpenWrt-Devel] [PATCH] QoS for ipv6: add matching rules for 'protocol ipv6'

2013-07-26 Thread Dominique Martinet
Signed-off-by: Dominique Martinet asmad...@codewreck.org --- package/network/config/qos-scripts/files/usr/lib/qos/generate.sh |6 -- package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk |3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git

[OpenWrt-Devel] More changes to qos for ipv6

2013-07-26 Thread Dominique Martinet
While Ileoo's patch is good, it looks like 'protocol ip' of tc doesn't match ipv6 traffic at all, so the global downlink limit isn't effective (traffic isn't forwarded to ifb0 interface) and the marks probably aren't matched either. [PATCH] QoS for ipv6: add matching rules for 'protocol ipv6'

[OpenWrt-Devel] [PATCH] QoS for ipv6: remove the 'protocol ip' filter

2013-07-26 Thread Dominique Martinet
This filter effectively only matches ipv4, removing it gets all traffic including ipv4 and ipv6. Signed-off-by: Dominique Martinet asmad...@codewreck.org --- package/network/config/qos-scripts/files/usr/lib/qos/generate.sh |4 ++--