[uClibc] Re: Buildroot question about Soekris net4521 board.. .

Doyle, Patrick WPD at dtccom.com
Mon Jul 11 14:06:19 UTC 2005


Hello Dag,

The short answer is that the "endif" goes at the end of
target/device/Soekris/net4521/linux.mk.  Looking at my snapshot, I see that
I also modified target/device/Soekris/Makefile.in

I have been somewhat distracted from this for the past (oh dear) 6 weeks,
but here is what I changed to get the Soekris board to build.  At this point
(having just returned from vacation, who knows what I remember and what I
don't), I think I remember that this built the image for the Soekris board,
but I don't recall if I had a chance to test it or not.

Good luck!
--wpd

Index: target/device/Soekris/Makefile.in
===================================================================
--- target/device/Soekris/Makefile.in	(revision 10471)
+++ target/device/Soekris/Makefile.in	(working copy)
@@ -4,8 +4,8 @@
 BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
 
 ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
+TARGETS+=linux
 include target/device/Soekris/net4521/linux.mk
-TARGETS+=linux
 endif
 
 endif
Index: target/device/Soekris/net4521/linux.mk
===================================================================
--- target/device/Soekris/net4521/linux.mk	(revision 10471)
+++ target/device/Soekris/net4521/linux.mk	(working copy)
@@ -122,3 +122,4 @@
 linux-dirclean:
 	rm -rf $(LINUX_DIR)
 
+endif

> -----Original Message-----
> From: Dag Bakke [mailto:dag at bakke.com] 
> Sent: Monday, July 11, 2005 9:17 AM
> To: uclibc at uclibc.org
> Subject: [uClibc] Re: Buildroot question about Soekris 
> net4521 board...
> 
> 
> 
> In
> http://www.uclibc.org/lists/uclibc/2005-June/011825.html
> 
> Patrick Doyle mentions a problem with
> "a missing "endif" in target/device/Soekris/net4521/linux.mk."
> immediately after running make.
> 
> This problem is still present in snapshot . Moreover, it is sadly not 
> obvious to me where to put the 'endif'.
> 
> Dag B
> 
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://uclibc.org/mailman/listinfo/uclibc
> 



More information about the uClibc mailing list