[OpenWrt-Devel] [PATCH] [packages] add sysprof tool

2013-08-22 Thread Janusz Dziedzic
Add sysprof - preformance profiler for Linux - to the development tools. Patches for mips/arm are from openembedded code. sysprof-cli get required events/stack frames. Next outfile can be loaded/displayed on PC using sysprof. Tool using: - PERF events - /proc/kallsyms for kernel symbols You sh

[OpenWrt-Devel] [PATCH v2] Fix arch-dependent bug in hso module

2013-08-22 Thread Daniel Gimpelevich
Currently, the module causes an oops at least on rt5350. These patches have been accepted upstream at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git Signed-off-by: Daniel Gimpelevich --- .../007-hso-Earlier-catch-of-error-condition.patch | 45 + ...ix-stack-corrup

[OpenWrt-Devel] [patch] [packages] Update mosquitto to 1.2

2013-08-22 Thread Karl Palsson
As before, I volunteer to be maintainer for this package. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [packages] Update mosquitto to 1.2

2013-08-22 Thread Karl Palsson
From: Karl Palsson Updates mosquitto, the MQTT broker, and client libraries to version 1.2. Full changelog here: http://mosquitto.org/2013/08/version-1-2-released/ Added missing library depends to suit updated requirements in OpenWrt. Fixed missing symlinks. Signed-off-by: Karl Palsson --- ne

[OpenWrt-Devel] [PATCH] [packages] Update mosquitto to 1.2

2013-08-22 Thread Karl Palsson
From: Karl Palsson Updates mosquitto, the MQTT broker, and client libraries to version 1.2. Full changelog here: http://mosquitto.org/2013/08/version-1-2-released/ Added missing library depends to suit updated requirements in OpenWrt. Fixed missing symlinks. Signed-off-by: Karl Palsson --- ne

[OpenWrt-Devel] [OpenWrt-Devel, packages] Add libusb1 binding for Lua

2013-08-22 Thread Oleksandr Grytsenko
From: Oleksandr Grytsenko Add libusb1 binding for Lua as new package. It adds ability for direct control of any USB device connected to your router from Lua scripts. Areas of usage - home automation, robotics, non-standard use of USB devices, platform independent drivers-scripts. Signed-off

[OpenWrt-Devel] [PATCH] ath10k: enable Atheros 802.11ac driver

2013-08-22 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" This enables usage of the ath10k driver on OpenWrt. Only 2.0 PCI hardware is supported. The ath10k firmware is currently only available through github so use that as its source for now. This goes build tested, not run time tested. Cc: ath...@lists.infradead.org Cc: Kal

[OpenWrt-Devel] [PATCH] [x86] alix2: update to LINUX_VERSION 3.10.9

2013-08-22 Thread Russell Senior
Initial whack at updating alix2 to a current kernel. It builds and runs without problems so far. I copied target/linux/config-3.8, target/linux/x86/alix2/config-3.8, and target/linux/patches-3.8 to their 3.10 equivalents and tweaked until it built. The patches required no changes. Signed-off-b