aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-07-31 22:48:49 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-07-31 22:50:38 +0100
commit9950bc92e3082c11bfc669d79fa82069d59a03da (patch)
treed55d26e0e87a6816eb908b3dd370b53eae64684f /config
parent68bf5a96595a8a0983842c8ff0eaa8af290adc51 (diff)
downloadupstream-9950bc92e3082c11bfc669d79fa82069d59a03da.tar.gz
upstream-9950bc92e3082c11bfc669d79fa82069d59a03da.tar.bz2
upstream-9950bc92e3082c11bfc669d79fa82069d59a03da.zip
kernel: add menuconfig entry for kernel CONFIG_CGROUP_NET_CLASSID
It was removed from target defaults though it didn't exist in the build-systems kernel configuration options. Add it there. Fixes: d1a8217d87 ("kernel: clean-up build-configurable kernel config symbols") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index f6464b7574..fa4c8257b2 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -795,6 +795,10 @@ if KERNEL_CGROUPS
bool "legacy Control Group Classifier"
default n
+ config KERNEL_CGROUP_NET_CLASSID
+ bool "legacy Network classid cgroup"
+ default n
+
config KERNEL_CGROUP_NET_PRIO
bool "legacy Network priority cgroup"
default n