Search Linux Wireless

Re: 2 compile errors: rt2x00firmware.c and mesh.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Mar 11, 2008 at 09:06:33PM +0100, Hauke Mehrtens wrote:
> Luis R. Rodriguez schrieb:
> > On Mon, Mar 10, 2008 at 8:07 PM, Franz Apeltauer
> <franz.apeltauer@xxxxxx> wrote:
> >> Luis R. Rodriguez schrieb:
> >>
> >>> Frankz, I generated a new tarball with this applied. You can either
> >>  > patch your local tarball with this patch or just download the
> >>  > tarball again.
> >>  >
> >>  >   Luis
> >>  >
> >>  > commit d4097ab3593a721fc1d99823d2442464debf7f09
> >>  > Author: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxxxx>
> >>  > Date:   Mon Mar 10 19:20:33 2008 -0400
> >>
> >>  Loaded the new tarball.
> >>  It compiles fine.
> >
> > And it works too I hope? :)
> >
> >   Luis
> 
> On my system the tarball is compiling now, on Sunday it does not so,
> with the error mentioned here.
> 
> It tries to find the .config for the kernel at /lib/modules/`uname
> -r`/.config, but it is only at /lib/modules/`uname -r`/build/.config on
> Ubuntu and Fedora systems.

Fixed, you can either apply this patch or download the new tarball
which I just regenerated.

	Luis

diff --git a/config.mk b/config.mk
index b9d537d..f6121e9 100644
--- a/config.mk
+++ b/config.mk
@@ -4,13 +4,13 @@ export
 ## Make sure to have each variable declaration start
 ## in the first column, no whitespace allowed.
 
-ifeq ($(wildcard $(KLIB)/.config),)
+ifeq ($(wildcard $(KLIB_BUILD)/.config),)
 # These will be ignored by compat autoconf
  CONFIG_PCI=y
  CONFIG_USB=y
  CONFIG_PCMCIA=y
 else
-include $(KLIB)/.config
+include $(KLIB_BUILD)/.config
 endif
 
 # Wireless subsystem stuff
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux