Hi,
On Tue, 04 Jul 2006 at 12:51 +0000, Thorsten Glaser wrote:
> Markus Wigge dixit:
> 
> >It helped to patch the kernel-Makefile this way:
> >---
> >/var/home/technik/freewrt/build_mipsel/linux-2.4-brcm/linux-2.4.32/Makefile.orig
> >   2006-07-04 13:01:06.000000000 +0200
> >+++
> >/var/home/technik/freewrt/build_mipsel/linux-2.4-brcm/linux-2.4.32/Makefile
> >2006-07-04 13:13:44.000000000 +0200
> >@@ -11,7 +11,8 @@
> > CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
> >          else if [ -x /bin/bash ]; then echo /bin/bash; \
> >          else echo sh; fi ; fi)
> >-TOPDIR := $(shell /bin/pwd)
> >+override TOPDIR        := $(shell /bin/pwd)
> >+MAKE := $(MAKE) TOPDIR=$(TOPDIR)
> >
> > HPATH          = $(TOPDIR)/include
> > FINDHPATH      = $(HPATH)/asm $(HPATH)/linux $(HPATH)/scsi $(HPATH)/net
> >$(HPATH)/math-emu
> 
> Nice patch. wbx, can I commit that?

Yes, please.
 
BTW: I made a mistake in my last commits, kmod-* packages
are not build into the firmware images. 

I hope I get it fixed soon.

bye
    Waldemar
-- 
don't open your wrt, free it
http://www.freewrt.org
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to