[OpenWrt-Devel] YATE 5.0.0 fails to build because PHP5 doesn't build

2013-11-15 Thread Chirag Chhatriwala
I am having a bit difficulty building OpenWrt trunk as of today. checked out from git, updated and installed feeds. Selected the following yate modules: CONFIG_PACKAGE_yate=y CONFIG_PACKAGE_yate-mod-accfile=y CONFIG_PACKAGE_yate-mod-jabberclient=y CONFIG_PACKAGE_yate-mod-jbfeatures=y CONFIG_PACKAG

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" wrote: > On Sat, 02 Nov 2013 20:38:19 +0100, Nathan Hintz wrote: > > > > > Set ARCH=arm in target/linux/ixp4xx/Makefile > > > > There are virtually zero LE ixp4xx devices out there, and this config doesn't > even support those, only ones w

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

2013-11-15 Thread Russell Senior
> "Daniel" == Daniel Golle writes: Daniel> Hi! Based on the patches to Kernel 3.12 and U-Boot available Daniel> on https://github.com/kref/ I botched-up an experimental Daniel> OpenWrt oxnas target Daniel> https://gitorious.org/openwrt-oxnas/openwrt-oxnas Daniel> I got a MEDION NAS P89625 (

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

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 wrote: > (Sorry for triple-posting) > > > > This fixes the Erlang package so that libraries for Erlang can easily be > packaged for OpenWRT. > > This mean

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 wrote: > On 15.11.2013 03:16, Peter Wagner wrote: > > Hi Dirk, > > > > could you please resend the patch. > > > > i

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

2013-11-15 Thread Bastian Bittorf
* Sven Eckelmann [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 resets when the oo

[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 --- 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 @@ -162,7 +162,7 @@ instance_

[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

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 ub

[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 --- package/6rd/src/6rdcalc.c |2 +- 1

[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 --- admin/zabbix/Makefile |4 ++

[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

Re: [OpenWrt-Devel] Testing Sunxi target with cubieboard

2013-11-15 Thread Saverio Proto
> I've added only minimal support, it only worked with initramfs. Since > last night (r38811) Zoltan took over the target and pushed 3.12 kernel. > He should give you more information at this point as I have not tested > it yet. Thanks. I see now r38785 that is even more important. I compiled the

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 > > > 2013/11/11 Martijn Zilverschoon : >> Patch to add the profile for the TP-LINK WR842N/ND v2 >> Small update, because of a change in the Makefile. Applied. Thanks, Gabor

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 Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://

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 > Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://

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

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 Applied with some changes. Thanks, Gabor ___ openwrt-de

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: g

Re: [OpenWrt-Devel] Testing Sunxi target with cubieboard

2013-11-15 Thread Luka Perkov
Hi Saverio, On Thu, Nov 14, 2013 at 10:38:55PM +0100, Saverio Proto wrote: > can you give me some advice ? I've added only minimal support, it only worked with initramfs. Since last night (r38811) Zoltan took over the target and pushed 3.12 kernel. He should give you more information at this poin