Re: [OpenWrt-Devel] [PATCH 2/2] [BRCM63XX] Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)

2012-07-06 Thread Florian Fainelli
Le vendredi 29 juin 2012 17:42:33, Álvaro Fernández Rojas a écrit : > Yeah, we can use snprintf ;) > > Signed-off-by: Álvaro Fernández Rojas Applied in r32643, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://l

Re: [OpenWrt-Devel] [Contiki-developers] [ANNOUNCE] Flexibity Open Sensors Toolkit

2012-07-06 Thread Maxim Osipov
Thanks Adam! Do you have "Powered by Contiki OS" stickers? ;) Max On Fri, Jul 6, 2012 at 6:17 PM, Adam Dunkels wrote: > Very cool! > > /adam > > On Fri, Jul 6, 2012 at 3:20 PM, Maxim Osipov wrote: >> >> Hello Developers, >> >> We would like to announce the existence of Flexibity Open Sensors >>

[OpenWrt-Devel] [PATCH] remove package-version-override autoconf assumption

2012-07-06 Thread Ryan Nowakowski
package-version-override calls autoreconf which breaks on any package that doesn't use autoconf. This patch removes that assumption. --- include/package-version-override.mk |1 - 1 file changed, 1 deletion(-) diff --git a/include/package-version-override.mk b/include/package-version-overri

[OpenWrt-Devel] [PATCH] Port wing package to netifd

2012-07-06 Thread Roberto Riggio
Port the wing package to the new netifd infrastructure. Signed-off-by: Roberto Riggio -- diff -urN net/wing/files/etc/uci-defaults/wing net/wing/files/etc/uci-defaults/wing --- net/wing/files/etc/uci-defaults/wing2012-07-06 18:12:46.269617774 +0100 +++ net/wing/files/etc/uci-defaul

[OpenWrt-Devel] Minstrel Rate Control Statistic missing from Latest Trunk Version

2012-07-06 Thread Yeoh Chun-Yeow
Hi, all Anyone can comment on this? I have not seen any minstrel rate statistic although this rate control algorithm is used for mac80211. Regards, Chun-Yeow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailma

[OpenWrt-Devel] [ANNOUNCE] Flexibity Open Sensors Toolkit

2012-07-06 Thread Maxim Osipov
Hello Developers, We would like to announce the existence of Flexibity Open Sensors Toolkit - an attempt to build an open, scalable platform for wireless home monitoring. The idea is to give the world IPv6 connected sensors with simple JSON interface, so that any web developer could integrate it i

[OpenWrt-Devel] [PATCH] Add leds back after migration to sysfs

2012-07-06 Thread Karl Palsson
From: Karl Palsson atheros trunk moved to full sysfs gpiolib, but the leds were forgotten. This restores the wlan led that was missing after switching from backfire to trunk. Signed-off-by: Karl Palsson --- .../linux/atheros/base-files/etc/uci-defaults/leds | 11 +++ target/linux/ath