[openwrt/openwrt] kernel: rename CONFIG_NETPRIO_CGROUP to CONFIG_CGROUP_NET_PRIO
LEDE Commits
lede-commits at lists.infradead.org
Fri Jun 26 18:19:35 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/caf09f2b842d31b70815e1281098bf895b067714
commit caf09f2b842d31b70815e1281098bf895b067714
Author: Javier Marcet <javier at marcet.info>
AuthorDate: Wed Jun 3 14:01:37 2020 +0200
kernel: rename CONFIG_NETPRIO_CGROUP to CONFIG_CGROUP_NET_PRIO
This has been changed in kernel 3.14.
Signed-off-by: Javier Marcet <javier at marcet.info>
---
config/Config-kernel.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index fc24c3c932..301d679e4e 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -766,7 +766,7 @@ if KERNEL_CGROUPS
bool "Control Group Classifier"
default y
- config KERNEL_NETPRIO_CGROUP
+ config KERNEL_CGROUP_NET_PRIO
bool "Network priority cgroup"
default y
More information about the lede-commits
mailing list