Re: [OpenWrt-Devel] Using "-" in section names

2014-08-29 Thread Baptiste Jonglez
On Wed, Aug 27, 2014 at 08:38:16PM +0200, Jo-Philipp Wich wrote: > Even if "-" would be allowed you'd still need to deal with "@", ".", > "#", ":" and other funny characters that are legal in ifnames. > > The only suitable way using the existing syntax constraints is to use an > option value, simi

[OpenWrt-Devel] Possible regression? Adhoc Mode broken & kernel oops with batman-adv.

2014-08-29 Thread Bruno Antunes
Using OpenWrt trunk r42000 on 2 different boards (gw2388-4 & router station pro) causes kernel oops when restarting the network or wifi. The setting that causes the oops is connecting in adhoc mode to a batman-adv mesh network. As comparison WDS mode works fine for the same boards. Also Adhoc mo

[OpenWrt-Devel] [Bug: Busybox 1.22.1] false return 0 instead of 1 with '--help' switch.

2014-08-29 Thread Alive4ever
I'm using an embedded system with busybox v1.22.1, running Openwrt Chaos Chalmer r42321, mips24k AR9330 When I call 'busybox false --help', the return status is zero. I think it has nothing todo with openwrt, because it's the output of busybox, not the problem on openwrt performance. I feel it'

[OpenWrt-Devel] gigabit router !

2014-08-29 Thread Daniel Petre
Hello, is there any OpenWrt compatible gigabit router that can do more than 400 Mbit/s WAN to LAN except linksys wrt1900ac ? I know netgear wndr3700/wndr3800 and tp-link wr1043nd do around 380-400 Mbit/s but is there any other hardware more powerful with OpenWrt support? Thanks! ___

Re: [OpenWrt-Devel] [PATCH] [packages] Davfs2: added new package version 1.5

2014-08-29 Thread Federico Di Marco
Hi just a question: it seems that some dependant packages are missing from github (e.g. neon library), so I am not able to put davfs2 on Github (it does not compile) and create a PR...why neon package has been removed from github ? Can the maintainer upload it also to github repository ? https://gi

Re: [OpenWrt-Devel] gigabit router !

2014-08-29 Thread Weedy
On 29 Aug 2014 15:26, "Daniel Petre" wrote: > > Hello, > is there any OpenWrt compatible gigabit router that can do more than 400 Mbit/s WAN to LAN except linksys wrt1900ac ? > I know netgear wndr3700/wndr3800 and tp-link wr1043nd do around 380-400 Mbit/s but is there any other hardware more power

Re: [OpenWrt-Devel] gigabit router !

2014-08-29 Thread camden lindsay
I was seeing >400 on the old wndr3700v2 with r29614 http://www.c-j-l.net/Home/computers/netgear_vs_buffalo_router On Fri, Aug 29, 2014 at 1:25 PM, Weedy wrote: > On 29 Aug 2014 15:26, "Daniel Petre" wrote: > > > > Hello, > > is there any OpenWrt compatible gigabit router that can do more than

Re: [OpenWrt-Devel] OpenWRT built on OpenSuSE (x86_64) fails

2014-08-29 Thread Luiz Angelo Daros de Luca
Update: need help. I found the problem. OpenSuSE defines, by default, the CONFIG_SITE as: CONFIG_SITE=/usr/share/site/x86_64-unknown-linux-gnu This is defined in /etc/profile.d/site.sh from package site-config*.rpm, described as: Site configuration for autoconf based configure scripts provides

Re: [OpenWrt-Devel] [ANN] MicroPython - well-known scripting language, unbloated

2014-08-29 Thread Paul Sokolovsky
Hello, > On Sat, 16 Aug 2014 13:18:33 +0200 > "valent.turko...@gmail.com" wrote: > [] > > Does MicryPython have support for serial communication as Python has > > with PySerial? What I mostly need is some simple communication back > > and forth with different serial based devices, like bluetoo

[OpenWrt-Devel] mt7620a serial port driver ordering of nodes uart/uartlite vs ttyS0/ttyS1 patch

2014-08-29 Thread Luis Soltero
Hello All, Most mt7620a routers defined in the target/linux/ramips/dts have exactly one serial port defined which is used for the console. The serial port driver links this to node /dev/ttyS0. However. one (and now 2) devices use the mt7620a serial port lines for use as a second real serial

Re: [OpenWrt-Devel] [PATCH v2] brcm-wl: fix bash comparison error

2014-08-29 Thread Felix Fietkau
On 2014-08-19 18:38, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > v2: use string comparison. > > diff --git a/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh > b/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh > index 69e3132..c27a2a3 100644 > --- a/p

Re: [OpenWrt-Devel] mt7620a serial port driver ordering of nodes uart/uartlite vs ttyS0/ttyS1 patch

2014-08-29 Thread John Crispin
Hi On Lantiq we derive the port numbering from the base addr that gets used for early printk. i will implement a similar solution for ralink. having to rely on the load order seems quirky. John On 29/08/2014 23:56, Luis Soltero wrote: > > Hello All, > > Most mt7620a routers defined in