please work
This commit is contained in:
parent
f0952f7b3a
commit
a307265ff3
4 changed files with 8 additions and 19 deletions
9
PKGBUILD
9
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||||
|
|
||||||
pkgbase=linux-custom
|
pkgbase=linux-custom-ultimate
|
||||||
pkgver=6.9.8.arch1
|
pkgver=6.9.8.arch1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
|
@ -33,15 +33,12 @@ _srctag=v${pkgver%.*}-${pkgver##*.}
|
||||||
source=(
|
source=(
|
||||||
https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.xz
|
https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.xz
|
||||||
config # the main kernel config file
|
config # the main kernel config file
|
||||||
waydroid.patch
|
|
||||||
)
|
)
|
||||||
# https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
# https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||||
sha256sums=('f048267b7b88316c9ca708c68d15a9ae802dcfc943c3188c1273eb958c433281'
|
sha256sums=('f048267b7b88316c9ca708c68d15a9ae802dcfc943c3188c1273eb958c433281'
|
||||||
'c4bf544eb67e5881c7cf22dd8d02f0075e183a502daec8e3cb27c047cc47399b'
|
'a84881f0c8b37f7296b823e7c7e715e78165c14560473881464f49c1b46377a9')
|
||||||
'89059618115a5ad03a89732c6556c6d99b3a4e703667ef0a1780cd1f0e666aca')
|
|
||||||
b2sums=('3c3874b053d7076564936f2053ef666733d329c402999aac736cf64418cb74e471cf9d7ae62e8fab49e4e916f196c5b8317aa243691b1d18119a25196108dd06'
|
b2sums=('3c3874b053d7076564936f2053ef666733d329c402999aac736cf64418cb74e471cf9d7ae62e8fab49e4e916f196c5b8317aa243691b1d18119a25196108dd06'
|
||||||
'03c9c77f09b825d207482fae6ded24c26635de4c1772ec5d15436ba8458ae5e888042061d8bb8fd2097f06b7313a0f6e56cf80fa795cdd91e879a76d6a30c75e'
|
'5ee2c6dcf253120c3499f0a22deee19072af9e28bdd771c884bbd1d16ed5bc9d916dbb5b02634ee98c58b46474b21177c0fd04901d25d24c0ef0329a12f8fb72')
|
||||||
'30aa348761cf979d093a2033fda9b4f202c2e11b02dbf859d9d16835640d283c01061f4eeaf6b253789b21596011078576942f51ebb79131747388465b427d2a')
|
|
||||||
|
|
||||||
export KBUILD_BUILD_HOST=archlinux
|
export KBUILD_BUILD_HOST=archlinux
|
||||||
export KBUILD_BUILD_USER=$pkgbase
|
export KBUILD_BUILD_USER=$pkgbase
|
||||||
|
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
patches folder contains all the patches. files shipped are already prepatched
|
4
config
4
config
|
@ -10310,6 +10310,10 @@ CONFIG_USB4=m
|
||||||
#
|
#
|
||||||
# Android
|
# Android
|
||||||
#
|
#
|
||||||
|
CONFIG_ANDROID=y
|
||||||
|
CONFIG_ANDROID_BINDER_IPC=m
|
||||||
|
CONFIG_ANDROID_BINDERFS=n
|
||||||
|
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
||||||
# CONFIG_ANDROID_BINDER_IPC is not set
|
# CONFIG_ANDROID_BINDER_IPC is not set
|
||||||
# end of Android
|
# end of Android
|
||||||
|
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- config 2024-07-11 15:01:26.249996763 +0800
|
|
||||||
+++ config 2024-07-11 15:09:27.942552038 +0800
|
|
||||||
@@ -10310,6 +10310,10 @@
|
|
||||||
#
|
|
||||||
# Android
|
|
||||||
#
|
|
||||||
+CONFIG_ANDROID=y
|
|
||||||
+CONFIG_ANDROID_BINDER_IPC=m
|
|
||||||
+CONFIG_ANDROID_BINDERFS=n
|
|
||||||
+CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
|
||||||
# CONFIG_ANDROID_BINDER_IPC is not set
|
|
||||||
# end of Android
|
|
||||||
|
|
Loading…
Reference in a new issue