hostap 0.4.7 with the 2.6.17 kernel

Jar jar
Wed Jul 26 01:58:04 PDT 2006


>> > But if do the following change
>> > to the Makefile:
>> >
>> > -       $(MAKE) -C $(KERNEL_PATH) SUBDIRS=$(PWD)/driver/modules \
>> > -               MODVERDIR=$(PWD)/driver/modules modules
>> > +       $(MAKE) -C $(KERNEL_PATH) SUBDIRS=$(PWD)/driver/modules
>
> Is that removing 'modules' target on purpose? Is that really supposed to
> work?

It was removed by mistake. But seem to compile at the same way with or without->

$(MAKE) -C $(KERNEL_PATH) SUBDIRS=$(PWD)/driver/modules
or
$(MAKE) -C $(KERNEL_PATH) SUBDIRS=$(PWD)/driver/modules modules


-- 
Best Regards, Jar




More information about the Hostap mailing list