fixup! kernel: fix errors in configuration

This commit is contained in:
Matthieu Coudron 2020-04-11 14:04:25 +02:00
parent 121b17e1ac
commit bc6b37e967

View file

@ -179,7 +179,6 @@ let
# needed for ss
INET_DIAG = yes;
INET_TCP_DIAG = option module;
INET_UDP_DIAG = module;
INET_RAW_DIAG = whenAtLeast "4.14" module;
INET_DIAG_DESTROY = whenAtLeast "4.9" yes;