[PATCH] make ndiswrapper available on X86 only
Nicolas Pitre
nicolas.pitre at linaro.org
Tue Jul 13 04:58:12 UTC 2010
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