mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
config: kernel: fix missed CGROUP_HUGETLB symbol
The symbol KERNEL_CGROUP_HUGETLB is always used whenever KERNEL_CGROUPS is enabled. The absence of this notation will cause the user to be asked to enter this parameter the first time it is compiled. Signed-off-by: Yuan Tao <ty@wevs.org>
This commit is contained in:
parent
2eaf03b4d8
commit
ba2ddba56b
@ -596,8 +596,8 @@ if KERNEL_CGROUPS
|
|||||||
|
|
||||||
config KERNEL_CGROUP_HUGETLB
|
config KERNEL_CGROUP_HUGETLB
|
||||||
bool "HugeTLB controller"
|
bool "HugeTLB controller"
|
||||||
default y if KERNEL_HUGETLB_PAGE
|
default n
|
||||||
depends on KERNEL_HUGETLB_PAGE
|
select KERNEL_HUGETLB_PAGE
|
||||||
|
|
||||||
config KERNEL_CGROUP_PIDS
|
config KERNEL_CGROUP_PIDS
|
||||||
bool "PIDs cgroup subsystem"
|
bool "PIDs cgroup subsystem"
|
||||||
|
Loading…
Reference in New Issue
Block a user