[OpenWrt-Devel] [PATCH trunk 2/2] net/freeswitch: depend on libjpeg-turbo instead of libjpeg

2013-02-26 Thread Uwe Kleine-König
Without this I get: Package freeswitch is missing dependencies for the following libraries: libjpeg.so.8 because libjpeg provides libjpeg.so.62. Signed-off-by: Uwe Kleine-König uwe+open...@kleine-koenig.org --- net/freeswitch/Makefile |2 +- 1 file changed, 1 insertion(+),

[OpenWrt-Devel] [PATCH trunk 0/2] net/freeswitch: fix compile time issues on ar71xx

2013-02-26 Thread Uwe Kleine-König
Hello, this series is build tested for ar71xx only, but as http://downloads.openwrt.org/snapshots/ does have freeswitch packages only below uml/ (dating 2013-01-21) it might help on other archs, too. Best regards Uwe Uwe Kleine-König (2): net/freeswitch: fix endianess detection on (at least)

[OpenWrt-Devel] [PATCH trunk 1/2] net/freeswitch: fix endianess detection on (at least) mips

2013-02-26 Thread Uwe Kleine-König
Instead of hardcoding the endianess of more platforms, just get the configuration from the system headers. Signed-off-by: Uwe Kleine-König uwe+open...@kleine-koenig.org --- .../patches/107-improve-endianess-detection.patch | 29 1 file changed, 29 insertions(+) create

[OpenWrt-Devel] [PATCH 1/4] [ramips] fix whitespace in /lib/ramips.sh

2013-02-26 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 5d24abc..8ca3bfb 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -70,9

[OpenWrt-Devel] [PATCH 2/4] [ramips] enhance user-space board detection

2013-02-26 Thread Daniel Golle
Similar to ar71xx, detect only once and cache the strings in /tmp/sysinfo/model and /tmp/sysinfo/boardname. Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/preinit/03_preinit_do_ramips.sh

[OpenWrt-Devel] [PATCH 3/4] [ramips] indicate support for ALL5003

2013-02-26 Thread Daniel Golle
add ALL5003 to board description in mach-all5002.c adapt detection in user-space accordingly (no functional changes) Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 4687856..4b3e362

[OpenWrt-Devel] [PATCH 4/4] [ramips] add user-space detection for ALL5002/ALL5003

2013-02-26 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 4b3e362..0702145 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -6,6 +6,19

[OpenWrt-Devel] Status of Attitude Adjustment release?

2013-02-26 Thread Hannu Nyman
I keep wondering what is going on with Attitude Adjustment? rc1 was published in November and it has been three months since then. Based on developers' messages in August-October 2012, the goal was to publish AA in 2012, and possibly also the next release already in 2012. Now we are at the end

Re: [OpenWrt-Devel] Status of Attitude Adjustment release?

2013-02-26 Thread John Crispin
On 26/02/13 18:06, Hannu Nyman wrote: I keep wondering what is going on with Attitude Adjustment? rc1 was published in November and it has been three months since then. Based on developers' messages in August-October 2012, the goal was to publish AA in 2012, and possibly also the next release

Re: [OpenWrt-Devel] Status of Attitude Adjustment release?

2013-02-26 Thread David Woodhouse
On Tue, 2013-02-26 at 18:09 +0100, John Crispin wrote: the AA builders will be started in the next 2-3 days, we are cleaning up final details. Any chance of an update to OpenSSL (which has a broken fix for CVE-2013-0169) and OpenConnect (CVE-2012-6128)? Both can just be copied in from trunk.

Re: [OpenWrt-Devel] Status of Attitude Adjustment release?

2013-02-26 Thread John Crispin
On 26/02/13 18:47, David Woodhouse wrote: On Tue, 2013-02-26 at 18:09 +0100, John Crispin wrote: the AA builders will be started in the next 2-3 days, we are cleaning up final details. Any chance of an update to OpenSSL (which has a broken fix for CVE-2013-0169) and OpenConnect

[OpenWrt-Devel] More clever building system: noticing new patches

2013-02-26 Thread Rafał Miłecki
I've added new patch to my OpenWrt building directory: target/linux/generic/patches-3.8/027-bcma-ignore-extra-GMAC-cores-on-BCM4706.patch Unfortunately executing make didn't make OpenWrt use it. It was silently ignored, as I've noticed later that it wasn't copied to

[OpenWrt-Devel] [PATCH 2/2] [packages] pound: a lightweight reverse proxy and

2013-02-26 Thread Králik Barnabás
This patch adds pound 2.6  (www.apsis.ch/pound/) as a package. It has full UCI support. Pound needs a threaded OpenSSL library, thus the previous patch in the series. Signed-off-by: Barnabás Králik krali...@msn.com --- Index: feeds/packages/net/pound/Makefile

[OpenWrt-Devel] [PATCH 1/2] [packages] openssl: enable threading support

2013-02-26 Thread Králik Barnabás
This patch adds an option to OpenSSL's configuration to enable threading support. This is to enable compiling software dependent on this feature of OpenSSL, e.g. pound, for which the patch has originally been created some time ago (see https://dev.openwrt.org/ticket/8855). (When first

[OpenWrt-Devel] [PATCH] bgmac: add support for qos

2013-02-26 Thread Tijs Van Buggenhout
This is a proposal to add QoS support to bgmac driver, allowing to use (possibly) all of the tx queues supported by the hardware. The bgmac device is allocated as an ethernet multiqueue network device, reporting the (maximum) tx queues supported by the hardware to the kernel. The default queue

[OpenWrt-Devel] [PATCH] [ramips] set -march=24kec for rt305x and rt3883 to enable use of DSP extension

2013-02-26 Thread Daniel Golle
All known rt305x and rt3883 implementations support at least the 24kec instruction set which includes the DSP extension. For rt288x, the previous value mips32r2 is kept. The cpu target is now set per sub-archtecture, according to cpu-feature-overrides.h of each SoC family. Signed-off-by: Daniel

[OpenWrt-Devel] printing: ghostscript, gutenprint etc

2013-02-26 Thread Francisco Borges
Hi, I've been working to get *full* printing support to Openwrt. I've packaged: - ghostscript - gutenprint (cups) - and a number of dependency packages - changed some settings in cups-filters compilation/installation Right now, what is missing is: - get OpenPrinting's cups-filters to compile

Re: [OpenWrt-Devel] Init script

2013-02-26 Thread Sivateja Patibandla
Hi Bastian, Thank you for replying. I don't have zram enabled. Did zram solve the problem for you? Also, could you figure out the reason for hang up on boot up? Although, I've an init script for watchdog in rc.d directory, it does not show up on ps -w list after boot up. The last priority in my

[OpenWrt-Devel] [PATCH] [packages] bridge-utils: add missing linux/in6.h

2013-02-26 Thread Russell Senior
Fixes build problem observed in r35819. Signed-off-by: Russell Senior russ...@personaltelco.net --- net/bridge-utils/Makefile | 4 ++-- net/bridge-utils/patches/010-missing-in6-header.patch | 12 2 files changed, 14 insertions(+), 2 deletions(-) create

[OpenWrt-Devel] Unexpected ubus results

2013-02-26 Thread sifi
Hello developers, I'm fairly new to ubus and openwrt and have a couple questions. Is it possible to change the network card settings through ubus. I assume so since that is what some of the dummy/netifd-proto.sh looks like it is doing, but even extracting the components from netifd-proto.sh

[OpenWrt-Devel] backtrace support for a production enviroment

2013-02-26 Thread devendra.aaru
Hello everyone, I am wondering if we have a backtrace function support in the Openwrt , for a production system to know where exactly the crash has occured, instead of gdbing the crash? thanks ___ openwrt-devel mailing list