linux: use correct conditional for wireguard kernel config fixup
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Feb 2020 18:20:20 +0000 (19:20 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 16 Feb 2020 14:27:05 +0000 (15:27 +0100)
commit953538b650c4eccc4561550ae306eace4d37eec6
tree26c0ccdee24e80d25c92b547181a7c154a59d499
parent3db8324e7c4c000832b247a3fd0cc622b6d5826d
linux: use correct conditional for wireguard kernel config fixup

Commit de591c5c3a93 (package/wireguard-linux-compat: new package) split up
the wireguard package in wireguard-tools and wireguard-linux-compat, but
forgot to update the conditional in linux.mk, so the kernel config fixups
needed for wireguard are no longer applied.

Update the conditional to use the BR2_PACKAGE_WIREGUARD_LINUX_COMPAT symbol
instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.mk