[OpenWrt-Devel] [PATCH] [packages] libavahi must depend on libssp if SSP enabled

2012-09-07 Thread Alexey I. Froloff
Signed-off-by: Alexey I. Froloff --- libs/avahi/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index b906d0a..7b0a5be 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -58,7 +58,7 @@ define Package/libavahi

Re: [OpenWrt-Devel] package olsr / compiler bug on ARM / MIPS when using -Os

2012-09-07 Thread Gabor Juhos
2012.09.07. 12:32 keltezéssel, Florian Fainelli írta: > Hello Bastian, > > On Saturday 01 September 2012 09:25:06 Gabor Juhos wrote: >> 2012.08.31. 21:28 keltezéssel, Bastian Bittorf írta: Only the Truemobile 2300 and the the Asus WL-500G was mentioned in the thread and both of them

Re: [OpenWrt-Devel] package olsr / compiler bug on ARM / MIPS when using -Os

2012-09-07 Thread Florian Fainelli
Hello Bastian, On Saturday 01 September 2012 09:25:06 Gabor Juhos wrote: > 2012.08.31. 21:28 keltezéssel, Bastian Bittorf írta: > >> Only the Truemobile 2300 and the the Asus WL-500G was mentioned in > >> the thread > >> and both of them is based on BCM4702/4710. An old post [1] on the > >> linux-

Re: [OpenWrt-Devel] [PATCH 15/16] [packages] add configurable fixed point build for faad

2012-09-07 Thread Guillermo Senna
Oh, I see.. Anyway too late, I re-submitted your patch. Despite the plans for AA development, maybe it will be useful for someone through current patchwork in the future. Quick question, would a fixed-point ffmpeg's wma decoder version possible? ___ openw

[OpenWrt-Devel] [PATCH] configurable fixed point for faad2 package

2012-09-07 Thread guillermo
I have remade the patch submitted by Andy Leiserson . Credits to him. Original message said: Change the faad build to use fixed point math if emulated floating point is in use (based on CONFIG_SOFT_FLOAT). Adds a config option to force the use of floating point math. Signed-off-by: Guillermo Senn