Skip to content

Commit ce5b60e

Browse files
committed
linux-odroid-518: enabled modules needed for waydroid
1 parent 501c648 commit ce5b60e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

linux-odroid-518/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = linux-odroid-518
22
pkgver = 5.18.8
3-
pkgrel = 1
3+
pkgrel = 2
44
url = https://github.com/tobetter/linux/tree/odroid-5.18.y
55
arch = aarch64
66
license = GPL2

linux-odroid-518/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _srcname=linux-${_commit}
99
_kernelname=${pkgbase#linux}
1010
_desc="Tobetter Odroid Branch"
1111
pkgver=5.18.8
12-
pkgrel=1
12+
pkgrel=2
1313
arch=('aarch64')
1414
url="https://github.com/tobetter/linux/tree/${_branch}"
1515
license=('GPL2')

linux-odroid-518/config

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 5.18.8-1 Kernel Configuration
3+
# Linux/arm64 5.18.8-2 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
66
CONFIG_CC_IS_GCC=y
@@ -124,7 +124,8 @@ CONFIG_TASKSTATS=y
124124
CONFIG_TASK_DELAY_ACCT=y
125125
CONFIG_TASK_XACCT=y
126126
CONFIG_TASK_IO_ACCOUNTING=y
127-
# CONFIG_PSI is not set
127+
CONFIG_PSI=y
128+
# CONFIG_PSI_DEFAULT_DISABLED is not set
128129
# end of CPU/Task time and stats accounting
129130

130131
CONFIG_CPU_ISOLATION=y
@@ -8243,7 +8244,11 @@ CONFIG_RAS=y
82438244
#
82448245
# Android
82458246
#
8246-
# CONFIG_ANDROID is not set
8247+
CONFIG_ANDROID=y
8248+
CONFIG_ANDROID_BINDER_IPC=y
8249+
CONFIG_ANDROID_BINDERFS=y
8250+
CONFIG_ANDROID_BINDER_DEVICES=""
8251+
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
82478252
# end of Android
82488253

82498254
# CONFIG_LIBNVDIMM is not set

0 commit comments

Comments
 (0)