procd: update to git HEAD
47a9f0d service: add method to query available container features
afbaba9 initd: attempt to mount cgroup2
ead60fe jail: use pidns semantics also for timens
759e9f8 jail: make use of BLOBMSG_CAST_INT64 for OCI rlimits
83053b6 instance: add instances into unified cgroup hierarchy
16159bb jail: parse OCI cgroups resources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -565,3 +565,17 @@ define KernelPackage/scsi-tape
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,scsi-tape))
|
||||
|
||||
define KernelPackage/iosched-bfq
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Kernel support for BFQ I/O scheduler
|
||||
KCONFIG:= \
|
||||
CONFIG_IOSCHED_BFQ \
|
||||
CONFIG_BFQ_GROUP_IOSCHED=y \
|
||||
CONFIG_BFQ_CGROUP_DEBUG=n
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/block/bfq.ko
|
||||
AUTOLOAD:=$(call AutoLoad,10,bfq)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,iosched-bfq))
|
||||
|
||||
Reference in New Issue
Block a user