openvswitch: fix conditions for Linux 4.14
authorLech Perczak <lech.perczak@gmail.com>
Sat, 28 Sep 2019 10:52:22 +0000 (12:52 +0200)
committerYousong Zhou <yszhou4tech@gmail.com>
Sun, 29 Sep 2019 09:29:59 +0000 (17:29 +0800)
commitca81022a27209ac66533cf5b81dae2abb83cb8d2
tree7975a39a721d4fa90b5e5c11b466e85e92aa714e
parent644b7f585e01f872d460b1564910d4bbf5c19fb0
openvswitch: fix conditions for Linux 4.14

Condition testing for Linux version 4.14 is spelled LINUX_4_14, not
LINUX_4.14, so the checks were ineffective up to this change.
This Fixes the following error which appeared after update to 2.12.0,
when built against kernel 4.14:
Package kmod-openvswitch-intree is missing dependencies for the
following libraries:
tunnel6.ko

Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
net/openvswitch/Makefile