diff options
author | Xin Long <[email protected]> | 2020-08-16 17:32:03 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-16 21:04:55 -0700 |
commit | c530189905efe91b6a464db4ec1b56b4c069609f (patch) | |
tree | eb3332283a7a79065a7ae6bdf6ad11ba1fc18e97 /scripts/gdb/linux | |
parent | 47733f9daf4fe4f7e0eb9e273f21ad3a19130487 (diff) |
tipc: not enable tipc when ipv6 works as a module
When using ipv6_dev_find() in one module, it requires ipv6 not to
work as a module. Otherwise, this error occurs in build:
undefined reference to `ipv6_dev_find'.
So fix it by adding "depends on IPV6 || IPV6=n" to tipc/Kconfig,
as it does in sctp/Kconfig.
Fixes: 5a6f6f579178 ("tipc: set ub->ifindex for local ipv6 address")
Reported-by: kernel test robot <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions