[APPLIED] [PATCH] make ndiswrapper available on X86 only

Leann Ogasawara leann.ogasawara at canonical.com
Tue Jul 13 17:18:56 UTC 2010


Applied to Maverick linux master with minor changes to the commit
message.

Thanks,
Leann

On Tue, 2010-07-13 at 00:58 -0400, Nicolas Pitre wrote:
> Especially when it gets enabled by default in Kconfig.
> 
> Signed-off-by: Nicolas Pitre <nicolas.pitre at linaro.org>
> 
> diff --git a/ubuntu/ndiswrapper/Kconfig b/ubuntu/ndiswrapper/Kconfig
> index 554d557..32eb9dd 100644
> --- a/ubuntu/ndiswrapper/Kconfig
> +++ b/ubuntu/ndiswrapper/Kconfig
> @@ -1,4 +1,4 @@
>  config NDISWRAPPER
>  	tristate "Wrapper for Windows NDIS network drivers"
> -	depends on NET
> +	depends on NET && X86
>  	default m
> 






More information about the kernel-team mailing list