From 8802237d65147f6ffa936d7a944b267c13a81b14 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sun, 19 Jun 2022 01:50:50 +0300 Subject: [PATCH] linux5.18: add Waydroid configs for {arm64,i386,x86_64}-dotconfig --- srcpkgs/linux5.18/files/arm64-dotconfig | 6 +++++- srcpkgs/linux5.18/files/i386-dotconfig | 6 +++++- srcpkgs/linux5.18/files/x86_64-dotconfig | 6 +++++- srcpkgs/linux5.18/template | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux5.18/files/arm64-dotconfig b/srcpkgs/linux5.18/files/arm64-dotconfig index 7598bc1a7d1..14a77fcf988 100644 --- a/srcpkgs/linux5.18/files/arm64-dotconfig +++ b/srcpkgs/linux5.18/files/arm64-dotconfig @@ -11040,7 +11040,11 @@ CONFIG_USB4=m # # Android # -# CONFIG_ANDROID is not set +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDER_IPC=y +CONFIG_ANDROID_BINDERFS=y +CONFIG_ANDROID_BINDER_DEVICES="" +# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set # end of Android CONFIG_LIBNVDIMM=m diff --git a/srcpkgs/linux5.18/files/i386-dotconfig b/srcpkgs/linux5.18/files/i386-dotconfig index 04df1c4e5f6..515d928629f 100644 --- a/srcpkgs/linux5.18/files/i386-dotconfig +++ b/srcpkgs/linux5.18/files/i386-dotconfig @@ -9349,7 +9349,11 @@ CONFIG_USB4=m # # Android # -# CONFIG_ANDROID is not set +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDER_IPC=y +CONFIG_ANDROID_BINDERFS=y +CONFIG_ANDROID_BINDER_DEVICES="" +# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set # end of Android # CONFIG_LIBNVDIMM is not set diff --git a/srcpkgs/linux5.18/files/x86_64-dotconfig b/srcpkgs/linux5.18/files/x86_64-dotconfig index a45246a486e..8c4a81f1e3a 100644 --- a/srcpkgs/linux5.18/files/x86_64-dotconfig +++ b/srcpkgs/linux5.18/files/x86_64-dotconfig @@ -9529,7 +9529,11 @@ CONFIG_USB4=m # # Android # -# CONFIG_ANDROID is not set +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDER_IPC=y +CONFIG_ANDROID_BINDERFS=y +CONFIG_ANDROID_BINDER_DEVICES="" +# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set # end of Android CONFIG_LIBNVDIMM=y diff --git a/srcpkgs/linux5.18/template b/srcpkgs/linux5.18/template index 422fb29868e..a3cef2c4c75 100644 --- a/srcpkgs/linux5.18/template +++ b/srcpkgs/linux5.18/template @@ -1,7 +1,7 @@ # Template file for 'linux5.18' pkgname=linux5.18 version=5.18.11 -revision=1 +revision=2 wrksrc="linux-${version%.*}" short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Leah Neukirchen "