openvswitch: fix libunbound dependency check
authorMatthew Hagan <mathagan@fb.com>
Wed, 15 Dec 2021 15:42:09 +0000 (15:42 +0000)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 16 Dec 2021 05:25:37 +0000 (13:25 +0800)
commit5ffc45126d886f8d4767f9784f561e14a41bb493
tree14d138f225609d06b6f186be23d6905ced4964c3
parent136003c44d4f1a5c6e10e7dacfc01ccf0b285bab
openvswitch: fix libunbound dependency check

The ifeq check for CONFIG_OPENVSWITCH_WITH_LIBUNBOUND does not evaluate
correctly within the menuconfig, resulting in libunbound not being
selected, resulting in a failing libunbound.so.8 dependency.

Instead add this condition:dependency in the manner defined in the
OpenWrt developer guide.

Signed-off-by: Matthew Hagan <mathagan@fb.com>
net/openvswitch/Makefile