[lwlan-user] Patched 0.2.7 fails to buildon SuSE10.1

Richard Kennedy richard at rsk.demon.co.uk
Wed May 9 10:27:55 EDT 2007


On Wed, 2007-05-09 at 10:01 -0400, Solomon Peachy wrote:
> On Fri, May 04, 2007 at 10:00:41PM -0700, j debert wrote:
> > It's not stock. Like Red Hat, kernel fixes are backported. The build failed
> > after several warnings about INIT_WORK. I did not keep the output from make.
> > After patching it got past that and stopped on "Modules.symvers"
> 
> Ugh; if they backported features as well as just "fixes" that may break 
> things -- we use the kernel version to determine which 
> back-compatibility things to enable.
> 
> That said, the error you are reporting doesn't seem to make sense; the 
> 'Module.symvers' file is created by the kernel build system as part of 
> the kernel build.  Do you have it in /lib/modules/_kernelver_/build/  ?
> 
>  - Solomon
> _______________________________________________
> Linux-wlan-user mailing list
> Linux-wlan-user at lists.linux-wlan.com
> http://lists.linux-wlan.com/mailman/listinfo/linux-wlan-user

Hi,

We have to copy the Module.symvers from p80211 to get the prism2 driver
to build properly under the new kernel build system.

we added this to the prism2 Makefile :-

 ifeq ($(KERN_2_6_17), y)
        cp $(WLAN_SRC)/p80211/Module*.symvers .
        $(MAKE) -C $(LINUX_SRC) M='$(PWD)' WLAN_SRC=$(WLAN_SRC) modules

So I guess if your kernel backported the new build system you'll need to
do that too. 

Cheers
Richard



More information about the Linux-wlan-user mailing list