From: Daniel Golle Date: Fri, 31 Jul 2020 21:48:49 +0000 (+0100) Subject: kernel: add menuconfig entry for kernel CONFIG_CGROUP_NET_CLASSID X-Git-Tag: v21.02.0-rc1~2046 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9950bc92e3082c11bfc669d79fa82069d59a03da;p=openwrt%2Fstaging%2Fchunkeey.git 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 --- 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