Merge pull request #67855 from flokli/kernel-net-sched

linux/kernel: enable QoS and/or fair queueing
This commit is contained in:
Florian Klink 2019-09-01 14:03:28 +02:00 committed by GitHub
commit 829ff8a18e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,6 +123,7 @@ let
IPV6_FOU_TUNNEL = whenAtLeast "4.7" module;
NET_CLS_BPF = whenAtLeast "4.4" module;
NET_ACT_BPF = whenAtLeast "4.4" module;
NET_SCHED = yes;
L2TP_V3 = yes;
L2TP_IP = module;
L2TP_ETH = module;