[OpenWrt-Devel] [PATCH] add TP-LINK TL-WR710N v1

2013-07-26 Thread Cezary Jackiewicz
Small router sold in EU: AR9330@400MHz, 1x USB2.0, 2x ethernet, 8MB flash, 32MB ram, one led, one button. See: http://galeria.tech-blog.pl/TP-Link_TL-WR710N-EU/ Signed-off-by: Cezary Jackiewicz --- Index: target/linux/ar71xx/image/Makefile ==

[OpenWrt-Devel] syslog has messed up priorities

2013-07-26 Thread Weedy
root@OpenWrt:~# logger -t herp -p local0.notice derp root@OpenWrt:~# logread Sat Jul 27 02:12:23 2013 local2.error herp: derp Uhh what? The default user.notice turns out as authpriv.error. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org ht

[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 --- package/network/config/qos-scripts/files/usr/lib/qos/generate.sh |4 ++-- package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk |3 +-- 2 fil

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

2013-07-26 Thread Dominique Martinet
Signed-off-by: Dominique Martinet --- 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 a/package/network/config/qos-scripts/file

[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' [PA

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 or

Re: [OpenWrt-Devel] Building Python extensions

2013-07-26 Thread Yousong Zhou
Hi, Drasko, On 27 July 2013 06:01, Drasko DRASKOVIC 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 > > ... > > uilding 'netif

[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 diff --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 @@ include $(TOPDIR)/ru

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

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

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 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 index 56e87b1..0

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 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 name

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

2013-07-26 Thread Oleg Titov
This patch adds support for TP-Link TL-MR13U router with built-in 10AH rechargeable battery. The patch is based on kamwanlai's patch: https://forum.openwrt.org/viewtopic.php?pid=206746#p206746 Signed-off-by: Oleg Titov -- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar

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 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 > b/target/linux/r

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 --- a/target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface

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 wrote: > On 26/07/13 17:34, jonsm...@gmail.com wrote: >> >> On Fri, Jul 26, 2013 at 11:18 AM, John Crispin wrote: >>> >>> *cough* >>> >>> shame on me for not compile testing it properly and shame on you for >>> sending >>> crappy patches that don't c

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 Crispin 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

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 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 it all working

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] [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 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 >> http://andelf.diandian.co

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

2013-07-26 Thread Sujith Manoharan
From: Sujith Manoharan Signed-off-by: Sujith Manoharan --- .../hostapd/patches/300-nl80211_multicall_fixes.patch | 4 ++-- .../services/hostapd/patches/453-ap_sta_support.patch | 2 +- .../hostapd/patches/480-terminate_on_setup_failure.patch | 14 +++--- .../services/hosta

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

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

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

2013-07-26 Thread Sujith Manoharan
From: Sujith Manoharan WEP in WDS is currently broken in hostapd. Add a patch to fix the issue. Signed-off-by: Sujith Manoharan --- .../services/hostapd/patches/710-wds-wep-fix.patch | 156 + 1 file changed, 156 insertions(+) create mode 100644 package/network/services/ho

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

2013-07-26 Thread Sujith Manoharan
From: Sujith Manoharan 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 has been established.

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 Committed in r37560, thanks

[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 diff --git a/package/network/services/openvpn/Makefile b/package/network/services/open

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

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 Applied with some changes. However I had to apply th