[Prism54-devel] Kill a tarball compile if FW not in kernel
Marcel Holtmann
marcel@holtmann.org
Thu, 05 Feb 2004 02:11:21 +0100
Hi Margit,
> grep -r -A 2 -B 2 '#error' *
> in the kernel source tree.
> One notable example is orinoco.
I think you talk about this (from 2.6.2)
orinoco.h-
orinoco.h-#if (! defined (WIRELESS_EXT)) || (WIRELESS_EXT < 10)
orinoco.h:#error "orinoco driver requires Wireless extensions v10 or later."
orinoco.h-#endif /* (! defined (WIRELESS_EXT)) || (WIRELESS_EXT < 10) */
orinoco.h-#define WIRELESS_SPY // enable iwspy support
and this is definitiv stuff that have to be removed, because inside the
kernel we know the version of the wireless extension and so this cruft
is not needed.
Regards
Marcel