fastd: make L2TP support a config option instead of a variant
authorMatthias Schiffer <redacted>
Sun, 27 Jun 2021 14:46:38 +0000 (16:46 +0200)
committerMatthias Schiffer <redacted>
Sun, 27 Jun 2021 15:24:14 +0000 (17:24 +0200)
commit03ff71d5ba955ad2d3f23de30e526ab6452297d4
treee882ce3e80a18ed873e8e053d99441dbb084ea7c
parent62742985d7cf15029b4d6027a7ccfa0e480278ca
fastd: make L2TP support a config option instead of a variant

We enable the option by default, but do not depend on the kernel modules
required for L2TP offloading to avoid wasting space when the feature is
not needed. To use offloading, kmod-l2tp-eth must be installed.

Signed-off-by: Matthias Schiffer <redacted>
net/fastd/Config.in
net/fastd/Makefile
git clone https://git.99rst.org/PROJECT