Re: [OpenWrt-Devel] [RFC] polling port status changes with the swconfig kernel module

2014-01-03 Thread Florian Fainelli
Le 2 janv. 2014 13:27, Lévai Tamás levai.ta...@t-online.hu a écrit : Running OpenFlow on OpenWrt is a well known use-case. Of‐ softswitch is a user space implementation of OF software switch. If you want to use fast failover mechanisms with it, you have to provide port status

Re: [OpenWrt-Devel] [RFC] polling port status changes with the swconfig kernel module

2014-01-03 Thread Lévai Tamás
.../linux/generic/files/drivers/net/phy/swconfig.c | 111 - target/linux/generic/files/include/linux/switch.h | 2 + 2 files changed, 112 insertions(+), 1 deletion(-) diff --git a/target/linux/generic/files/drivers/net/phy/swconfig.c

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread Bastian Bittorf
* etienne.champet...@free.fr etienne.champet...@free.fr [02.01.2014 21:10]: so simply set the system-time to the filedate of your cert + X seconds. It seems much more complicated (where is the cert, also it need openssl-util to decode the cert, ...) and would only work for openvpn.

Re: [OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-03 Thread Bastian Bittorf
* Nuno Gonçalves nuno...@gmail.com [03.01.2014 13:32]: Since r38914 I can no longer have a AP and STA interface simultaneously on a WRT160NL. The STA will work fine but the AP SSID is not broadcasted. already fixed, try trunk = r39139 bye, bastian

Re: [OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-03 Thread Nuno Gonçalves
On Fri, Jan 3, 2014 at 1:38 PM, Bastian Bittorf bitt...@bluebottle.com wrote: already fixed, try trunk = r39139 bye, bastian I found the issue on r39183 and backtracked it to r38914, so the issue is not fixed or at least is happening again. Thanks, Nuno

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-01-03 Thread danitool
I'm also having these problems. The bug is very easy to reproduce. Just using the jffs2 image instead of squashfs, the problems are shown with the first boot, and you can see lot of funny names just listing /etc/init.d root@(none):/# ls -l /etc/init.d/ -rwxr-xr-x1 root root

Re: [OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-03 Thread Bastian Bittorf
* Nuno Gonçalves nuno...@gmail.com [03.01.2014 14:40]: On Fri, Jan 3, 2014 at 1:38 PM, Bastian Bittorf bitt...@bluebottle.com wrote: already fixed, try trunk = r39139 I found the issue on r39183 and backtracked it to r38914, so the issue is not fixed or at least is happening again.

Re: [OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-03 Thread Nuno Gonçalves
On Fri, Jan 3, 2014 at 1:43 PM, Bastian Bittorf bitt...@bluebottle.com wrote: please reopen https://dev.openwrt.org/ticket/14590 and submit your config and experience there... bye, bastian Thanks for pointing me to the ticket. It was already reopened 3 weeks ago and it looks I have the same

[OpenWrt-Devel] [packages] Upgrade Mosquitto MQTT broker and tools

2014-01-03 Thread Karl Palsson
This patch supersedes http://patchwork.openwrt.org/patch/4231/ which was never applied. As before, I volunteer to maintain this package.

[OpenWrt-Devel] [PATCH] mosquitto: bump 1.2 to 1.2.3

2014-01-03 Thread Karl Palsson
From: Karl Palsson ka...@remake.is This includes UCI support for a new config option, bridge_tls_version. Add bridge tls vesion support Updates mosquitto, the MQTT broker, and client libraries to version 1.2.2, from version 1.2.0. Changes are bugfixes, most relevant to OpenWrt being that the

[OpenWrt-Devel] Patch to ensure compatibility to libnl version 3 and higher

2014-01-03 Thread Thomas Heil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, To be prepared to support keepalived 1.2.10 and higher we need libnl3 or higher. The attached patch add some defines so that it can be build be libnl-tiny. kind regards, Thomas - -- Email: h...@terminal-consulting.de - -- -BEGIN PGP

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread etienne . champetier
Hi, - Mail original - De: Bastian Bittorf bitt...@bluebottle.com À: OpenWrt Development List openwrt-devel@lists.openwrt.org Envoyé: Vendredi 3 Janvier 2014 13:23:04 Objet: Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime *

[OpenWrt-Devel] [PATCH v3] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread Etienne CHAMPETIER
Simply scan for the most recent file in /etc and set system time to this file modification time if it's in the future It allow some time dependent program to work immediatly without waiting for ntpd to sync Thanks to Bastian Bittorf for the (so) simple idea Signed-off-by: Etienne CHAMPETIER

Re: [OpenWrt-Devel] [PATCH v3] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread Catalin Patulea
On Jan 3, 2014 1:29 PM, Etienne CHAMPETIER etienne.champet...@free.fr wrote: Simply scan for the most recent file in /etc and set system time to this file modification time if it's in the future It allow some time dependent program to work immediatly without waiting for ntpd to sync Thanks

Re: [OpenWrt-Devel] [PATCH v3] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread Catalin Patulea
On Jan 3, 2014 1:29 PM, Etienne CHAMPETIER etienne.champet...@free.fr wrote: Simply scan for the most recent file in /etc and set system time to this file modification time if it's in the future It allow some time dependent program to work immediatly without waiting for ntpd to sync Thanks

[OpenWrt-Devel] [PATCH 0/3] fix lldp and push it to 0.7.7

2014-01-03 Thread Alexander Couzens
Hi Jow, this fixes lldpd, because it needs lldpcli to configure itself. lldpd package is increased by ~20k without libreadline. lynxis Alexander Couzens (3): lldpd: push to version 0.7.7 lldpd: add missing lldpcli lldpd: build without libreadline package/network/services/lldpd/Makefile

[OpenWrt-Devel] [PATCH 1/3] lldpd: push to version 0.7.7

2014-01-03 Thread Alexander Couzens
Signed-off-by: Alexander Couzens lyn...@fe80.eu --- package/network/services/lldpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index d850b11..baed5e0 100644 ---

[OpenWrt-Devel] Fwd: [Battlemesh] Happy new year / Announcing WBMv7!

2014-01-03 Thread Simon Wunderlich
Hello list and happy new year! Forwarding the announcement of the Wireless Battle Mesh v7 - this is an event no one interested in mesh networks should miss. :) Looking forward to see you in Leipzig! Simon Dear Battlemesh enthusiasts, hope you all had a smooth start into the year 2014 -

Re: [OpenWrt-Devel] [PATCH v3] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread etienne . champetier
Hi - Mail original - De: Catalin Patulea c...@vv.carleton.ca À: OpenWrt Development List openwrt-devel@lists.openwrt.org Envoyé: Vendredi 3 Janvier 2014 19:39:33 Objet: Re: [OpenWrt-Devel] [PATCH v3] Add sysfixtime init script, replacement of luci_fixtime On Jan 3, 2014 1:29 PM,

Re: [OpenWrt-Devel] [PATCH v3] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread etienne . champetier
Hi again - Mail original - De: Catalin Patulea c...@vv.carleton.ca À: OpenWrt Development List openwrt-devel@lists.openwrt.org Envoyé: Vendredi 3 Janvier 2014 19:43:54 Objet: Re: [OpenWrt-Devel] [PATCH v3] Add sysfixtime init script, replacement of luci_fixtime On Jan 3, 2014

[OpenWrt-Devel] [PATCH v4] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread Etienne CHAMPETIER
Simply scan for the most recent file in /etc and set system time to this file modification time if it's in the future It allow some time dependent program to work immediatly without waiting for ntpd to sync Thanks to Bastian Bittorf for the (so) simple idea Signed-off-by: Etienne CHAMPETIER

Re: [OpenWrt-Devel] [PATCH v4] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread Andreas Mohr
Hi, On Fri, Jan 03, 2014 at 10:10:42PM +0100, openwrt-devel-requ...@lists.openwrt.org wrote: From: Etienne CHAMPETIER etienne.champet...@free.fr +#!/bin/sh /etc/rc.common ^^ +# Copyright (C) 2013-2014 OpenWrt.org + +START=00 + +boot() { + CURTIME=`date +%s` +

Re: [OpenWrt-Devel] [PATCH v4] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread etienne . champetier
Hi - Mail original - De: Andreas Mohr a...@lisas.de À: openwrt-devel@lists.openwrt.org Cc: Etienne CHAMPETIER etienne.champet...@free.fr Envoyé: Vendredi 3 Janvier 2014 22:30:55 Objet: Re: [PATCH v4] Add sysfixtime init script, replacement of luci_fixtime Hi, On Fri, Jan 03,

[OpenWrt-Devel] [PATCH v5] Add sysfixtime init script, replacement of luci_fixtime

2014-01-03 Thread Etienne CHAMPETIER
Simply scan for the most recent file in /etc and set system time to this file modification time if it's in the future It allow some time dependent program to work immediatly without waiting for ntpd to sync Thanks to Bastian Bittorf for the (so) simple idea Signed-off-by: Etienne CHAMPETIER

[OpenWrt-Devel] bug with recent busybox config changes

2014-01-03 Thread etienne . champetier
Hi Felix, zabbix-agentd select BUSYBOX_CONFIG_UNAME and BUSYBOX_CONFIG_HOSTNAME, It's working ok in r39105 (419db8ef231eae6c0a514f32ff6c423c384900ca)(just before busybox config changes), but it's not in r39185 (13b222d757237eb7772eb7cf8433306ffd6b8ccd)(latest commit). does 'select' command

Re: [OpenWrt-Devel] weak signal MyNet n600

2014-01-03 Thread Chirag Chhatriwala
On Sat, Dec 14, 2013 at 10:10 PM, omggo oom...@gmail.com wrote: about 2m away = 44% - Signal: -79 dBm, Noise: -95dBm right next to device = 82% - Signal -52 dBm, Noise: -95dBm On Sun, Dec 15, 2013 at 1:19 AM, Felix Fietkau n...@openwrt.org wrote: On 2013-12-14 08:48, omggo wrote: Hi all,