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 @@
-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
-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
-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
- -
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
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
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
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
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
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
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)
@
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
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
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
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
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
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'
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
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
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
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
21 matches
Mail list logo