kernel: add menuconfig entry for kernel CONFIG_CGROUP_NET_CLASSID
authorDaniel Golle <daniel@makrotopia.org>
Fri, 31 Jul 2020 21:48:49 +0000 (22:48 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 31 Jul 2020 21:50:38 +0000 (22:50 +0100)
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>
config/Config-kernel.in

index f6464b7574cf15a262be98c3a48825146e76cc69..fa4c8257b29c3efade8fe9b20ad3bb66a8a2c72f 100644 (file)
@@ -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