mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
lxc: Correct CONFIG_CGROUP_NET_PRIO setting
Since af6363374cbd ("cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup()"), CONFIG_CGROUP_NET_PRIO has become a bool option. Forcedly setting it to "m" would end up with "n". Change it to "y" here. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
ed9045b143
commit
4b62efe469
|
@ -15,7 +15,7 @@ CONFIG_NET_NS=y
|
|||
|
||||
CONFIG_NET_CLS_CGROUP=m
|
||||
CONFIG_BLK_CGROUP=y
|
||||
CONFIG_CGROUP_NET_PRIO=m
|
||||
CONFIG_CGROUP_NET_PRIO=y
|
||||
|
||||
# Virtual drivers
|
||||
CONFIG_HVC_DRIVER=y
|
||||
|
|
Loading…
Reference in New Issue
Block a user