nl80211: Restore libnl3-route inclusion for full VLAN support with netlink
The changes in nl80211 to get rid of the libnl3-route dependency are not
sufficient to fully remove the depency from other parts of the code.
Revert the makefile related changes from that commit to avoid build
issues for cases where CONFIG_FULL_DYNAMIC_VLAN=y and
CONFIG_VLAN_NETLINK=y are used without CONFIG_DRIVER_MACSEC_LINUX=y
pulling in the needed library.
Fixes: a210fdb1c7
("nl80211: Rewrite neigh code to not depend on libnl3-route")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
61c8cc94fa
commit
9fcc636daf
2 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,7 @@ ifdef CONFIG_FULL_DYNAMIC_VLAN
|
|||
NEED_LINUX_IOCTL=y
|
||||
ifdef CONFIG_VLAN_NETLINK
|
||||
NEED_LIBNL=y
|
||||
CONFIG_LIBNL3_ROUTE=y
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
@ -151,6 +151,7 @@ ifdef CONFIG_FULL_DYNAMIC_VLAN
|
|||
NEED_LINUX_IOCTL=y
|
||||
ifdef CONFIG_VLAN_NETLINK
|
||||
NEED_LIBNL=y
|
||||
CONFIG_LIBNL3_ROUTE=y
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue