kernel/hack-5.4: make UDP tunneling user-selectable
authorRui Salvaterra <rsalvaterra@gmail.com>
Wed, 23 Dec 2020 13:50:33 +0000 (13:50 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 1 Jan 2021 18:55:59 +0000 (19:55 +0100)
commitde09355f74c326ca102cbb352fad0230e082480e
treeee7cea0699a0f8aa6c145b13846fc120bd211b42
parentf3bfff9d7f85ab5f2df2728a760ddeebdb185f4c
kernel/hack-5.4: make UDP tunneling user-selectable

UDP tunneling support isn't user-selectable, but it's required by WireGuard
which is, for the time being, an out-of-tree module. We currently work around
this issue by selecting an unrelated module which depends on UDP tunnelling
(VXLAN). This is inconvenient, as it implies this unrelated module needs to be
built-in when doing a monolithic build.

Fix this inconvenience by making UDP tunneling user-selectable in the kernel
configuration.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
target/linux/generic/hack-5.4/249-udp-tunnel-selection.patch [new file with mode: 0644]