Compiling problems in Fedora2

Jouni Malinen jkmaline
Sun Jun 20 09:33:00 PDT 2004


On Sun, Jun 20, 2004 at 05:47:42PM +0300, jar wrote:

> 7. cd /path_to_your_hostap/directory
> 8. edit Makefile:
> KERNEL_PATH=/usr/src/linux -->
> KERNEL_PATH=/usr/src/linux-2.6.6-1.435
> 9. make
> 10. cp driver/modules/*.ko 
> /lib/modules/2.6.6-1.435/kernel/drivers/net/wireless
> 11. depmod -a

It should be possible to replace steps 8..11 with following commands to
avoid having to edit the Makefile:

make KERNEL_PATH=/usr/src/linux-2.6.6-1.435
make KERNEL_PATH=/usr/src/linux-2.6.6-1.435 install

(first one does not require root access, second one does)

-- 
Jouni Malinen                                            PGP id EFC895FA




More information about the Hostap mailing list