Added a hack for LinuxPPC support, this MUST be fixed.
This commit is contained in:
parent
a8914038da
commit
e03a06f9b9
|
@ -86,6 +86,14 @@
|
|||
#define WLAN_PCI 3
|
||||
#define WLAN_USB 4
|
||||
|
||||
/* LinuxPPC users! uncomment the following line to build for LinuxPPC */
|
||||
/* a header file change has created a small problem that will be fixed */
|
||||
/* in the next release. For the time being we can't automagically */
|
||||
/* detect LinuxPPC */
|
||||
|
||||
/* #define CONFIG_PPC 1 */
|
||||
|
||||
|
||||
/* Lets try to figure out what we've got. */
|
||||
#if defined(__LINUX_WLAN__) && defined(__KERNEL__)
|
||||
#define WLAN_OS WLAN_LINUX_KERNEL
|
||||
|
|
Loading…
Reference in a new issue