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
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
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
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
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
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
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
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