gluon-core: remove unneeded KERNEL_L2TP_IP config symbol

No package uses l2tp_ip.
This commit is contained in:
Matthias Schiffer 2021-03-07 18:48:06 +01:00
parent f68bad1171
commit 2ecbe488bc
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -24,16 +24,12 @@ config KERNEL_TUN
config KERNEL_L2TP_V3
bool
config KERNEL_L2TP_IP
bool
config KERNEL_L2TP_ETH
bool
config KERNEL_L2TP
bool
select KERNEL_L2TP_V3
select KERNEL_L2TP_IP
select KERNEL_L2TP_ETH