Re: [OpenWrt-Devel] [PATCH] network: update state file even when bringing down interfaces

2013-06-28 Thread Daniel Dickinson
What happens if two or more hotplug events trigger essentially simultaneously (can happen)? i.e. how do you prevent multiple processes writing out of order (i.e. order is not guaranteed)? Regards, Daniel On 13-06-28 09:55 AM, Enrico Mioso wrote: This patch makes the network status file in /t

[OpenWrt-Devel] unknown network field 'beacon_int" and wpa_supplicant

2013-06-28 Thread cmsv
Info: http://wiki.openwrt.org/doc/uci/wireless#wpa.enterprise.access.point configuration: /etc/config# cat wireless config wifi-device 'radio0' option type 'mac80211' option phy 'phy0' option hwmode '11ng' option noscan '1' option disabled '0' opt

[OpenWrt-Devel] RE(5); Ivette67

2013-06-28 Thread Králik Barnabás
gift voucher No:5787276 http://viavremya.com/aurenl.php?t=698832&e&s=kralikba87 Sent: 29.06.2013 3:08:12 * From: Králik Barnabás 2013 ugn)ameritech- Terms and Privacy ___ ope

[OpenWrt-Devel] [PATCH RESEND] network: update state file even when bringing down interfaces

2013-06-28 Thread Enrico Mioso
This patch makes the network status file in /tmp/ consistent, so that when an interface goes down, any script parsing the file can see it! This can be a pretty good alternative to json when you need a VERY small script. Signed-off-by: Enrico Mioso Index: package/network/config/netifd/files/etc

[OpenWrt-Devel] [PATCH] network: update state file even when bringing down interfaces

2013-06-28 Thread Enrico Mioso
This patch makes the network status file in /tmp/ consistent, so that when an interface goes down, any script parsing the file can see it! This can be a pretty good alternative to json when you need a VERY small script. Index: package/network/config/netifd/files/etc/hotplug.d/iface/00-netstate

[OpenWrt-Devel] Fwd: [PATCH 2/2] [aprx] update to version 2.07 (svn539)

2013-06-28 Thread Christoph Kottke
hi, aprx version update to 2.07 christoph >From 520eaaac8cad66abf3ab681c44710d90380f9118 Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Fri, 28 Jun 2013 11:42:54 +0200 Subject: [PATCH 2/2] [aprx] update to version 2.07 (svn539) Signed-off-by: Christoph Kottke --- net/aprx/Makefile

[OpenWrt-Devel] Fwd: [PATCH 1/2] [tinc] rename autocreated configdir

2013-06-28 Thread Christoph Kottke
hi, i think tinc should have it's own config dir christoph >From a7d2ac314b75f09af2baa66e5168b40152a5250a Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Wed, 26 Jun 2013 12:54:45 +0200 Subject: [PATCH 1/2] [tinc] rename autocreated configdir Signed-off-by: Christoph Kottke --- net

[OpenWrt-Devel] [PATCHv2][packages] protobuf-c: Also build protoc-c utility for host environment

2013-06-28 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- Changes in v2: Depend upon protobuf/host libs/protobuf-c/Makefile |5 + 1 file changed, 5 insertions(+) diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index fd1e4f6..7a3c5d6 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/M