[ltp] Madwifi drivers for Atheros wireless work - kernel 2.6.0-test2

Roberto linux-thinkpad@linux-thinkpad.org
Wed, 6 Aug 2003 09:03:35 -0400


> Did you try to compile it under a 2.6.0 Kernel?
> If I try, it complains about a missing modversions.h (it searches in
> include/linux/). When I copy modversions.h into include/linux/, the if_ieee
> * files generate screens of error messages..

I've succeeded in compiling it (and running it) on the 2.6.0-test2 kernel by 
making the following change to Makefile.inc:

109c109
< MODOPTS=-DMODVERSIONS -include $(KERNEL_PATH)/include/linux/modversions.h
---
> MODOPTS=-DMODVERSIONS -include $(KERNEL_PATH)/include/config/modversions.h 
-include $(KERNEL_PATH)/include/linux/modsetver.h

- Roberto