[openwrt/openwrt] kernel: generic: add 4.9 config option

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 24 08:07:26 PST 2018


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/6f425a28a4147c52f990ead5336b75551a551aeb

commit 6f425a28a4147c52f990ead5336b75551a551aeb
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Tue Jan 23 21:58:10 2018 +0100

    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 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 4ebcfb6..88742eb 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



More information about the lede-commits mailing list