Skip to content
Snippets Groups Projects
Commit ee27b96c authored by lastramses's avatar lastramses
Browse files

add cgroup support

parent 2751fff0
No related branches found
No related tags found
No related merge requests found
# Contributor: last ramses <---@---.com>
# Maintainer: last ramses <---@---.com>
# Contributor: last ramses <no-reply@yahoo.com>
# Maintainer: last ramses <no-reply@yahoo.com>
# Reference: <https://postmarketos.org/vendorkernel>
# Kernel config based on: arch/arm64/configs/perry_defconfig
......@@ -48,5 +48,5 @@ package() {
}
sha512sums="70da170bdd8ed591078e25c17380aef4d23199fc9dc53af5ff7949f3d1e2158c4ed567454641e9694fc379a1c6af7af7194ee7ed9804b62dffc8a9c514e1c705 linux-motorola-perry-a9ea192c260302b52c2c58f3a8514e09232e62ef.tar.gz
c837ea84b3f804241929438a7391cb2a2994b85e872ab584dfa5cb1bd47dbf2a0bf5db34c73260011eee96ac2bf7accf32c64b97b99bb2fdab047bf3c4e01429 config-motorola-perry.aarch64
3c19a320872b76e47dcbec547bc472521dcfacdf1d96a6059511d3a5fcc1ed06889440af9172bcc13e49395894b58dc4e227c522c44d8b922c91083c11d1c84d config-motorola-perry.aarch64
2686b40578dd555113dd5f7b70fe908bea6e7f7df52dc532f5561ceaefd6f91c927748e59b65814554908226d02a67f1b0044a869ae32ad2096088be09e87ec4 arm-smmu.patch"
......@@ -128,7 +128,7 @@ CONFIG_GENERIC_SCHED_CLOCK=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
# CONFIG_CGROUP_DEVICE is not set
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
......@@ -141,7 +141,7 @@ CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
CONFIG_RT_GROUP_SCHED=y
# CONFIG_BLK_CGROUP is not set
CONFIG_BLK_CGROUP=y
CONFIG_SCHED_HMP=y
# CONFIG_SCHED_HMP_CSTATE_AWARE is not set
# CONFIG_SCHED_CORE_CTL is not set
......@@ -4450,7 +4450,7 @@ CONFIG_QUOTACTL=y
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
# CONFIG_OVERLAY_FS is not set
CONFIG_OVERLAY_FS=y
#
# Caches
......
......@@ -2,7 +2,7 @@ pkgname=firmware-motorola-perry
pkgver=1
pkgrel=0
pkgdesc="Firmware for Motorola Perry E4"
url="https://githab.com/lastramses/firmware-motorola-perry"
url="https://github.com/lastramses/firmware-motorola-perry"
subpackages="$pkgname-wcnss"
arch="aarch64"
license="proprietary"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment