[OpenWrt-Devel] [PATCH] crypto: fix regression introduced by r28897

2012-01-18 Thread Philip Prindeville
Either remove the extra '\' or use a single assignment... Index: package/kernel/modules/crypto.mk === --- package/kernel/modules/crypto.mk(revision 29788) +++ package/kernel/modules/crypto.mk(working copy) @@ -385,7 +385,7 @@

Re: [OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.4.0

2012-01-18 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, so I added the stdint.h patch for now. After that the build fails on linking baresip: - -- 8< -- LD baresip build-mips/src/play.o: In function `play_alloc': /home/jow/devel/openwrt/trunk/build_dir/target-mips-linux-gnu/baresip-0.4.0/src/pl

Re: [OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.4.0

2012-01-18 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > libre fails to build here, seems to lack an include of stdint.h in > re_types.h Adding stdint.h indeed solves it nicely. - --- a/include/re_types.h +++ b/include/re_types.h @@ -5,6 +5,7 @@ */ #include +#include #ifdef _MSC_VER #include

Re: [OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.4.0

2012-01-18 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, libre fails to build here, seems to lack an include of stdint.h in re_types.h : - -- >8 -- make -C /home/jow/devel/openwrt/trunk/build_dir/target-mips-linux-gnu/re-0.4.0 HAVE_LIBRESOLV= CC="mips-linux-gnu-gcc" EXTRA_CFLAGS="-Os -pipe -mips32 - -

Re: [OpenWrt-Devel] [RT3052F] Supporting Sitecom WL-341 (rebadged Sercomm IP1006RRv2 with half ram & flash)

2012-01-18 Thread Marco Antonio Mauro
On Fri, Aug 5, 2011 at 9:47 PM, Marco Antonio Mauro wrote: > Hi > > I have a Sitecom WL-341 and would like to know what was needed to run > OpenWRT on it. > > It's Ralink based, with a RT3052F ASIC, has 4MB flash and 16MB ram > (upgradable to 32 or more, has space and components to accommodate > a

Re: [OpenWrt-Devel] [PATCH] ltq_dsl_app support for taking pppoa link up and down

2012-01-18 Thread Luka Perkov
On Wed, Jan 18, 2012 at 10:27:26PM +, Lee Essen wrote: > On 18 Jan 2012, at 22:04, Luka Perkov wrote: > > On Wed, Jan 18, 2012 at 01:22:10PM +, lee.es...@nowonline.co.uk wrote: > I'm not sure I understand what you mean? If this script didn't look for > pppoa interfaces then it would try

[OpenWrt-Devel] [PATCH v2] x86/config-3.2: add linux-3.2 symbols for x86

2012-01-18 Thread Philip Prindeville
The following symbols are missing for x86, in sorted order. Signed-off-by: Philip Prindeville Index: target/linux/x86/config-default === --- target/linux/x86/config-default (revision 29776) +++ target/linux/x86/config-default

Re: [OpenWrt-Devel] [PATCH] ltq_dsl_app support for taking pppoa link up and down

2012-01-18 Thread Lee Essen
Hi Luka, On 18 Jan 2012, at 22:04, Luka Perkov wrote: > Hi Lee, > > On Wed, Jan 18, 2012 at 01:22:10PM +, lee.es...@nowonline.co.uk wrote: >> The attached patch adds a "notify" script to the dsl_cpe_control app >> to bring the relevant pppoa interface up (or down) whenever there is >> a lin

Re: [OpenWrt-Devel] [PATCH] ltq_dsl_app support for taking pppoa link up and down

2012-01-18 Thread Luka Perkov
Hi Lee, On Wed, Jan 18, 2012 at 01:22:10PM +, lee.es...@nowonline.co.uk wrote: > The attached patch adds a "notify" script to the dsl_cpe_control app > to bring the relevant pppoa interface up (or down) whenever there is > a line status change. > > As far as I can tell the existing hotplug me

[OpenWrt-Devel] [PATCH] adm5120: fix support for kernel 2.6.38

2012-01-18 Thread Hartmut Knaack
This patch fixes the following issues I encountered while compiling kernel 2.6.38.8 for my Omnima Embedded Controller/Edimax BR6104KP: - kernel comes up with machine selection during build, even though everything was properly set in menuconfig - USB api changes Successfully built and test

[OpenWrt-Devel] [PATCH] x86/config-3.2: add linux-3.2 symbols for x86

2012-01-18 Thread Philip Prindeville
The following symbols are missing for x86. Signed-off-by: Philip Prindeville Index: target/linux/x86/config-default === --- target/linux/x86/config-default (revision 29776) +++ target/linux/x86/config-default (working copy) @

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-18 Thread Otto Solares Cabrera
On Wed, Jan 18, 2012 at 10:19:45AM +0100, Gabor Juhos wrote: > 2012.01.18. 4:42 keltezéssel, Otto Solares Cabrera írta: > > On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: > >> juhosg was working quite hard to get us out of sync, with decent support > >> of nbd ;-) It took me a whi

Re: [OpenWrt-Devel] Init Script to Foreground

2012-01-18 Thread Pawel Pastuszak
I have look at this option but it applies to every time. So based on this solution i modified the rcS to look for my flag and set the foreground variable based on the result. Thanks for the help. Pawel On Wed, Jan 18, 2012 at 2:04 AM, Philip Prindeville < philipp_s...@redfish-solutions.com> wro

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-18 Thread Weedy
On 18/01/12 04:24 AM, Florian Fainelli wrote: > Hello, > > On 01/18/12 08:47, Dave Taht wrote: >> On Wed, Jan 18, 2012 at 4:42 AM, Otto Solares Cabrera >> wrote: >>> On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: juhosg was working quite hard to get us out of sync, with dece

Re: [OpenWrt-Devel] The problems with getting Cairo to work

2012-01-18 Thread jonsm...@gmail.com
On Wed, Jan 18, 2012 at 4:15 AM, Florian Fainelli wrote: > Hello Jon, > > > On 01/18/12 03:19, jonsm...@gmail.com wrote: >> >> I think I finally found the problem with getting Cairo to work on ARM. >> What I thought was a problem with an index in the Truetype file >> actually turned out to be a co

[OpenWrt-Devel] [PATCH] ltq_dsl_app support for taking pppoa link up and down

2012-01-18 Thread lee . essen
Hi, The attached patch adds a "notify" script to the dsl_cpe_control app to bring the relevant pppoa interface up (or down) whenever there is a line status change. As far as I can tell the existing hotplug mechanism doesn't work for non-br2684 based systems as there is no nas0 interface crea

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-18 Thread OutbackDingo
On Jan 18, 2012, at 2:47 AM, Dave Taht wrote: > On Wed, Jan 18, 2012 at 4:42 AM, Otto Solares Cabrera wrote: >> On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: >>> juhosg was working quite hard to get us out of sync, with decent support of >>> nbd ;-) It took me a while, but we'

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-18 Thread Hartmut Knaack
Otto Solares Cabrera schrieb: > On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: >> juhosg was working quite hard to get us out of sync, with decent support of >> nbd ;-) It took me a while, but we're finally back on the track. Minimum >> kernel version is probably still 3.1.1. Suc

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-18 Thread Florian Fainelli
Hello, On 01/18/12 08:47, Dave Taht wrote: On Wed, Jan 18, 2012 at 4:42 AM, Otto Solares Cabrera wrote: On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: juhosg was working quite hard to get us out of sync, with decent support of nbd ;-) It took me a while, but we're finally ba

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-18 Thread Gabor Juhos
2012.01.18. 4:42 keltezéssel, Otto Solares Cabrera írta: > On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: >> juhosg was working quite hard to get us out of sync, with decent support of >> nbd ;-) It took me a while, but we're finally back on the track. Minimum >> kernel version i

Re: [OpenWrt-Devel] The problems with getting Cairo to work

2012-01-18 Thread Florian Fainelli
Hello Jon, On 01/18/12 03:19, jonsm...@gmail.com wrote: I think I finally found the problem with getting Cairo to work on ARM. What I thought was a problem with an index in the Truetype file actually turned out to be a code generation flaw in the 4.5-linaro compiler. The flaw was in libpixman wh