On Tue, 2007-12-18 at 12:36 +0100, Robert Allerstorfer wrote: > done. I have recompiled and replaced the original b43.ko from > 'kernel-2.6.23.9-90.fc8.src.rpm', with the modified 'phy.c' ["if > (B43_DEBUG)" changed to "if (0)" on line 741]. Using Fedora's build > mechanism, I had to built the entire (baseonly) kernel which took over > 2 hours.
Er, why would you do such a thing? If you have the appropriate kernel-devel package installed, you only need to rebuild the driver itself, by putting it into a directory on its own and running make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` modules which has been the way to build out-of-tree modules for as long as I can remember. -- dwmw2 _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
