[LEDE-DEV] [PATCH] kernel: generic: add 4.9 config option

Hans Dedecker dedeckeh at gmail.com
Tue Jan 23 12:58:10 PST 2018


When CGROUPS is enabled the new option CONFIG_CGROUP_NET_CLASSID is
selectable and not handled.
Add this option to the 4.9 kernel configuration.

Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 target/linux/generic/config-4.9 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index 4ebcfb636c..88742eb2a1 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -693,6 +693,7 @@ CONFIG_CC_STACKPROTECTOR_NONE=y
 # CONFIG_CGROUPS is not set
 # CONFIG_CGROUP_DEBUG is not set
 # CONFIG_CGROUP_NET_PRIO is not set
+# CONFIG_CGROUP_NET_CLASSID is not set
 # CONFIG_CHARGER_BQ2415X is not set
 # CONFIG_CHARGER_BQ24190 is not set
 # CONFIG_CHARGER_BQ24257 is not set
-- 
2.15.1




More information about the Lede-dev mailing list