projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1235f50
)
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
author
David S. Miller
<davem@davemloft.net>
Mon, 26 Jul 2010 20:13:49 +0000
(13:13 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 26 Jul 2010 20:13:49 +0000
(13:13 -0700)
WIRELESS_EXT is not the correct dependency.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig
patch
|
blob
|
history
diff --git
a/net/Kconfig
b/net/Kconfig
index
b325094
..
e24fa08
100644
(file)
--- a/
net/Kconfig
+++ b/
net/Kconfig
@@
-32,7
+32,7
@@
config WANT_COMPAT_NETLINK_MESSAGES
config COMPAT_NETLINK_MESSAGES
def_bool y
depends on COMPAT
- depends on W
IRELESS_EXT
|| WANT_COMPAT_NETLINK_MESSAGES
+ depends on W
EXT_CORE
|| WANT_COMPAT_NETLINK_MESSAGES
help
This option makes it possible to send different netlink messages
to tasks depending on whether the task is a compat task or not. To