mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
WIRELESS_EXT is not the correct dependency. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1235f504aa
commit
40b53d8a4e
@ -32,7 +32,7 @@ config WANT_COMPAT_NETLINK_MESSAGES
|
||||
config COMPAT_NETLINK_MESSAGES
|
||||
def_bool y
|
||||
depends on COMPAT
|
||||
depends on WIRELESS_EXT || WANT_COMPAT_NETLINK_MESSAGES
|
||||
depends on WEXT_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
|
||||
|
Loading…
Reference in New Issue
Block a user