aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2010-07-12 23:57:14 -0400
committerNicolas Pitre <nicolas.pitre@linaro.org>2010-07-12 23:57:14 -0400
commit8b9364113e791a3e6e60891051086e2c4657a6ed (patch)
tree9af8c8a985e3f0f2b4cb24e7b53eeb5510eafba0
parentb859ff03da7acc74d813abc2af8d1010a002cead (diff)
ndiswrapper is available on X86 only
Especially when enabling it by default in Kconfig. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
-rw-r--r--ubuntu/ndiswrapper/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/ndiswrapper/Kconfig b/ubuntu/ndiswrapper/Kconfig
index 554d557a92a..32eb9dd54fd 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