[OpenWrt-Devel] [PATCH] dudders without openssl

2012-06-16 Thread Peter Holik
On a small system with only 4MByte Flash dudders with openssl as dependency is huge - libgcrypt is sufficient. --- Makefile.orig 2012-06-15 17:52:48.084415295 +0200 +++ Makefile 2012-06-15 17:52:56.860458814 +0200 @@ -15,7 +15,7 @@ PKG_SOURCE_URL:=@SF/$(PKG_NAME)

[OpenWrt-Devel] Has snapshot buildbot system went crazy?

2012-06-16 Thread Hannu Nyman
There has not been successful buildbot snapshots for a week for any platform. The buildbot status screens are full of exceptions. Alternatively, some of the builds have now been on the make for 37 hours, without the displayed status progressing even into the kernel compilation status.

Re: [OpenWrt-Devel] why xburst target mark as BROKEN

2012-06-16 Thread Xiangfu Liu
Hi Jonas Thanks for reply. attachment is the dmesg log. this kernel build at 'Jun 8 16:44:01 CST 2012' base on svn://svn.openwrt.org/openwrt/trunk@32117, works just fine under Ben Nanonote(QI_LB60). Xiangfu On 06/08/2012 08:20 PM, Jonas Gorski wrote: What can I do for remove the 'broken'

[OpenWrt-Devel] [PATCH] [packages] hsflowd: fix compile for x86+uClibc

2012-06-16 Thread Stijn Tintel
Remove another call to backtrace_symbols_fd to make hsflowd compile for x86+uClibc targets. --- net/hsflowd/patches/200-uclibc-compat.patch | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/net/hsflowd/patches/200-uclibc-compat.patch

[OpenWrt-Devel] [PATCH] [packages] wifitoggle: fix typos in Makefile

2012-06-16 Thread Roman A. aka BasicXP
Signed-off-by: Roman A. aka BasicXP Index: feeds/packages/utils/wifitoggle/Makefile === --- feeds/packages/utils/wifitoggle/Makefile (revision 32396) +++ feeds/packages/utils/wifitoggle/Makefile (working copy) @@ -1,5 +1,5 @@ # -#

[OpenWrt-Devel] [PATCH] optimize kernel config for kvm_guest

2012-06-16 Thread Stijn Tintel
This patch enables few extra kernel options for the kvm_guest subtarget: - Tickless kernel to avoid timer ticks in idle guests, reduces CPU usage - Enable paravirtualization steal time support Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/kvm_guest/config-3.3 |4 +++-

Re: [OpenWrt-Devel] [PATCH] [packages] hsflowd: fix compile for x86+uClibc

2012-06-16 Thread Stijn Tintel
On 16-06-12 19:27, Stijn Tintel wrote: Remove another call to backtrace_symbols_fd to make hsflowd compile for x86+uClibc targets. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- net/hsflowd/patches/200-uclibc-compat.patch | 10 +- 1 files changed, 9 insertions(+), 1

[OpenWrt-Devel] [PATCH] new package lua-crypt

2012-06-16 Thread Jiri Slachta
Hello, I would like to introduce you small new package Lua-crypt. It is a C library that binds the crypt() function from POSIX operating systems to the standard Lua 5.0 interpreter. This package is needed to build asterisk module, e.g. pbx-lua. Signed-off-by: Jiri Slachta j...@slachta.eu