Re: [OpenWrt-Devel] [PATCH 0/2] Initial NAND support for WNDR4300

2013-11-15 Thread Gabor Juhos
2013.11.10. 11:58 keltezéssel, Stefan Agner írta: Nevermind, the second time it worked: [2.71] UBI: attaching mtd8 to ubi0 [2.74] UBI: EOF marker found, PEBs from 17 will be erased [2.74] UBI: scanning is finished [2.77] gluebi (pid 1): gluebi_resized: got

Re: [OpenWrt-Devel] [PATCH] ar71xx: wndr4300: set official mac addresses

2013-11-15 Thread Gabor Juhos
2013.11.10. 18:34 keltezéssel, Stefan Agner írta: Get the factory assigned mac addresses stored in the caldata partition and asign them to lan, wan and radio1. Signed-off-by: Stefan Agner ste...@agner.ch Applied with some changes. Thanks, Gabor

Re: [OpenWrt-Devel] [Patch][packages][RFC] erlang: update and remove RIPEMD

2013-11-15 Thread Dirk Neukirchen
On 15.11.2013 03:16, Peter Wagner wrote: Hi Dirk, could you please resend the patch. i get: patching file Makefile patch: malformed patch at line 84: 2. As it seems you mail clients wraps the lines. If you can't disable wrapping just attach the patch as file. v2 resent with

Re: [OpenWrt-Devel] [PATCH] [1/3] ar71xx: Add kernel support for the WR842N/ND v2

2013-11-15 Thread Gabor Juhos
2013.11.10. 20:31 keltezéssel, Martijn Zilverschoon írta: Patch to add kernel support for the TP-LINK WR842N/ND v2 Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com Applied. Thanks, Gabor ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] [2/3] ar71xx: add profile for the WR842N/ND v2

2013-11-15 Thread Gabor Juhos
2013.11.10. 20:32 keltezéssel, Martijn Zilverschoon írta: Patch to add the profile for the TP-LINK WR842N/ND v2 Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com Applied. Thanks, Gabor ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] [2/3] ar71xx: add profile for the WR842N/ND v2

2013-11-15 Thread Gabor Juhos
2013.11.11. 14:17 keltezéssel, Martijn Zilverschoon írta: Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com 2013/11/11 Martijn Zilverschoon thefriedzom...@gmail.com: Patch to add the profile for the TP-LINK WR842N/ND v2 Small update, because of a change in the Makefile.

[OpenWrt-Devel] Boot OpenWRT on RB433 Lite versions (RB433L , RB433UAHL)

2013-11-15 Thread obconseil
Hello, I'm currently struggling with two similar Microtik routers: RB433L , RB433UAHL. They are the Lite version of the well-known rb433, with a lower power consomption. Their amusing property is that the serial port seems present (RX/TX pads) but not initialized at boot, neither by Linux

[OpenWrt-Devel] [PATCH] [packages] zabbix: update to 2.2.0

2013-11-15 Thread Jiri Slachta
This patch updates zabbix to version 2.2.0. This patch also fixes the autostart of agentd daemon which could not start with default cfg because of the nonexistence of /etc/zabbix_agentd.conf.d directory. Signed-off-by: Jiri Slachta slac...@cesnet.cz --- admin/zabbix/Makefile

[OpenWrt-Devel] [PATCH]6rd: Clear correct IPv6 address bits in 6rdcalc

2013-11-15 Thread Hans Dedecker
The correct bits are now cleared in the IPv6 address as the shift value to the correct byte in the IPv6 address was wrong. Depending on the stack values this could result in a hanging 6rdcalc program due to an endless loop. Signed-off-by: Hans Dedecker dedec...@gmail.com ---

Re: [OpenWrt-Devel] [PATCH 0/2]netifd: Check routing table parameter when updating route

2013-11-15 Thread Felix Fietkau
On 2013-11-14 17:13, Hans Dedecker wrote: The route table parameter needs to be checked in interface_update_proto_route; a route which has an identical nexthop but a different routing table needs to be deleted and added in the correct routing table. While dumping the route list via ubus;

[OpenWrt-Devel] [RFC] new target PLXTECH NAS782x (ox820, oxnas)

2013-11-15 Thread Daniel Golle
Hi! Based on the patches to Kernel 3.12 and U-Boot available on https://github.com/kref/ I botched-up an experimental OpenWrt oxnas target https://gitorious.org/openwrt-oxnas/openwrt-oxnas I got a MEDION NAS P89625 (MD 86517), apparently an OEM product based on the ZyXEL/MitraStar STG-212 design

[OpenWrt-Devel] [PATCH] procd: Allow process respawning forever

2013-11-15 Thread Helmut Schaa
Use respawn_retry==0 as indication to respawn a process forever. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- instance.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance.c b/instance.c index 05b0f99..2db1ded 100644 --- a/instance.c +++ b/instance.c

Re: [OpenWrt-Devel] [RFC] uClibc: Deactivate oversized thread stack cache

2013-11-15 Thread Bastian Bittorf
* Sven Eckelmann s...@open-mesh.com [11.11.2013 11:41]: On Friday 08 November 2013 11:32:23 Weedy wrote: Do you have any benches or log dumps that show this fixed it for you? I am not really sure what you are expecting. I can not really show a log of the reset because the device just

Re: [OpenWrt-Devel] [Patch][packages][RFC] erlang: update and remove RIPEMD

2013-11-15 Thread Peter Wagner
Hi, i thought about the patch and as openssl now supports ripemd i will commit the patch from Králik Barnabás. Thanks, Peter On Fri, 15 Nov 2013 10:13:17 +0100 Dirk Neukirchen dirkneukirc...@web.de wrote: On 15.11.2013 03:16, Peter Wagner wrote: Hi Dirk, could you please resend the

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-15 Thread Peter Wagner
Thanks, applied in latest trunk. See: https://dev.openwrt.org/changeset/38817 /Peter On Tue, 5 Nov 2013 10:05:05 +0100 Králik Barnabás krali...@msn.com wrote: (Sorry for triple-posting) This fixes the Erlang package so that libraries for Erlang can easily be packaged for OpenWRT.

[OpenWrt-Devel] (no subject)

2013-11-15 Thread Gerhard Bertelsmann
Hi, I'm trying to get the second UART working on a WR841N v8. The AR9341 SoC does have a AR9330 and a 8250 style UART, which is normally the console. I'm facing some problems to get it working. Does anybody tried to get similar working ? AFAIK the only difference between the AR934x high speed

Re: [OpenWrt-Devel] [PATCH] ixp4xx: support for little endian build

2013-11-15 Thread Nathan Hintz
On Sun, 03 Nov 2013 20:41:15 +0100 Imre Kaloz ka...@openwrt.org wrote: On Sat, 02 Nov 2013 20:38:19 +0100, Nathan Hintz nlhi...@hotmail.com wrote: Set ARCH=arm in target/linux/ixp4xx/Makefile snip There are virtually zero LE ixp4xx devices out there, and this config doesn't