From 6f425a28a4147c52f990ead5336b75551a551aeb Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Tue, 23 Jan 2018 21:58:10 +0100 Subject: [PATCH] kernel: generic: add 4.9 config option 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 --- 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.30.2