diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-01-23 21:58:10 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-01-24 17:05:15 +0100 |
commit | 6f425a28a4147c52f990ead5336b75551a551aeb (patch) | |
tree | 7ed6947b2c2b3d123dbc629d01b337211b99811a /target/linux/generic | |
parent | 95ab18e0124e8b409e4fc9d24cbf1729cd7c6f05 (diff) | |
download | upstream-6f425a28a4147c52f990ead5336b75551a551aeb.tar.gz upstream-6f425a28a4147c52f990ead5336b75551a551aeb.tar.bz2 upstream-6f425a28a4147c52f990ead5336b75551a551aeb.zip |
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 <dedeckeh@gmail.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |