Changes between Version 4 and Version 5 of Internal/UbiquitiDrivers
- Timestamp:
- Oct 22, 2008, 8:42:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/UbiquitiDrivers
v4 v5 38 38 39 39 If you explcitly set the KERNELPATH varible to /usr/src/linux-headers-2.6.24-21-generic, it complains about a missing .config file. This complaint is valid as no such file exists in this directory. With out the KERNELPATH set the Makefile.inc sets the KERNELPATH to /lib/modules/2.6.24-21-generic/build, but this directory is a symbolic link to the other directory (the symbolic link that Madwifi documentation said was missing. 40 41 Scratch that, the .config file is in the generic directory, much of this directory is really symlinks to /usr/src/linux-headers-2.6.24-21. When you set the kernel path to that directory then it complains about .config files (rightly so).