[openwrt/openwrt] kernel: add menuconfig entry for kernel CONFIG_CGROUP_NET_CLASSID

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 31 17:50:54 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9950bc92e3082c11bfc669d79fa82069d59a03da

commit 9950bc92e3082c11bfc669d79fa82069d59a03da
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Jul 31 22:48:49 2020 +0100

    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 at makrotopia.org>
---
 config/Config-kernel.in | 4 ++++
 1 file changed, 4 insertions(+)

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



More information about the lede-commits mailing list