fix?
This commit is contained in:
parent
c9d48d3f07
commit
8fe85a33e9
4 changed files with 12 additions and 13 deletions
9
PKGBUILD
9
PKGBUILD
|
@ -35,9 +35,9 @@ source=(
|
||||||
)
|
)
|
||||||
# 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'
|
||||||
'bda78a6af2e6aca334262920b1fd979f1a3068ad331369b4719e1e7d7210857f')
|
'254c531c49080ffb399a6246537a9c7b65718acdf1515b72f3570d23aa0a4fe6')
|
||||||
b2sums=('3c3874b053d7076564936f2053ef666733d329c402999aac736cf64418cb74e471cf9d7ae62e8fab49e4e916f196c5b8317aa243691b1d18119a25196108dd06'
|
b2sums=('3c3874b053d7076564936f2053ef666733d329c402999aac736cf64418cb74e471cf9d7ae62e8fab49e4e916f196c5b8317aa243691b1d18119a25196108dd06'
|
||||||
'c24744bc82887c7ac0bfe5ae9ed1b2a5c663dc048e22656fbf4bc27abb1b0ee73fbec0defb9a415a5685344584b312c8ce452853bc3b61dcdacb19a32b3e9772')
|
'ea46d444dcbec8d6edc761b84ee047b72d9d9d65802902c8fc01f0cef55adf4f16c35834c2c8c01ccb20b249efa8054f20ce851c7eb6cfd2eb2ee90ee8bf6ad5')
|
||||||
|
|
||||||
export KBUILD_BUILD_HOST=archlinux
|
export KBUILD_BUILD_HOST=archlinux
|
||||||
export KBUILD_BUILD_USER=$pkgbase
|
export KBUILD_BUILD_USER=$pkgbase
|
||||||
|
@ -62,8 +62,8 @@ prepare() {
|
||||||
|
|
||||||
echo "Setting config..."
|
echo "Setting config..."
|
||||||
cp ../config .config
|
cp ../config .config
|
||||||
make olddefconfig
|
|
||||||
diff -u ../config .config || :
|
#diff -u ../config .config || :
|
||||||
|
|
||||||
make -s kernelrelease > version
|
make -s kernelrelease > version
|
||||||
echo "Prepared $pkgbase version $(<version)"
|
echo "Prepared $pkgbase version $(<version)"
|
||||||
|
@ -71,6 +71,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $_srcname
|
cd $_srcname
|
||||||
|
make olddefconfig
|
||||||
make all
|
make all
|
||||||
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
|
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
|
||||||
}
|
}
|
||||||
|
|
5
config
5
config
|
@ -10311,10 +10311,9 @@ CONFIG_USB4=m
|
||||||
# Android
|
# Android
|
||||||
#
|
#
|
||||||
CONFIG_ANDROID=y
|
CONFIG_ANDROID=y
|
||||||
CONFIG_ANDROID_BINDER_IPC=m
|
CONFIG_ANDROID_BINDER_IPC=y
|
||||||
CONFIG_ANDROID_BINDERFS=n
|
CONFIG_ANDROID_BINDERFS=n
|
||||||
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
||||||
# CONFIG_ANDROID_BINDER_IPC is not set
|
|
||||||
# end of Android
|
# end of Android
|
||||||
|
|
||||||
CONFIG_LIBNVDIMM=m
|
CONFIG_LIBNVDIMM=m
|
||||||
|
@ -11525,7 +11524,7 @@ CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
|
||||||
# CONFIG_DEBUG_VM is not set
|
# CONFIG_DEBUG_VM is not set
|
||||||
# CONFIG_DEBUG_VM_PGTABLE is not set
|
# CONFIG_DEBUG_VM_PGTABLE is not set
|
||||||
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
||||||
CONFIG_DEBUG_VIRTUA=y
|
CONFIG_DEBUG_VIRTUAL=y
|
||||||
CONFIG_DEBUG_MEMORY_INIT=y
|
CONFIG_DEBUG_MEMORY_INIT=y
|
||||||
# CONFIG_DEBUG_PER_CPU_MAPS is not set
|
# CONFIG_DEBUG_PER_CPU_MAPS is not set
|
||||||
CONFIG_ARCH_SUPPORTS_KMAP_LOCAL_FORCE_MAP=y
|
CONFIG_ARCH_SUPPORTS_KMAP_LOCAL_FORCE_MAP=y
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- a/config 2024-07-11 19:47:36.660974102 +0800
|
--- a/include/config/auto.conf 2024-07-11 19:47:36.660974102 +0800
|
||||||
+++ b/config 2024-07-12 20:17:48.323530281 +0800
|
+++ b/include/config/auto.conf 2024-07-12 20:17:48.323530281 +0800
|
||||||
@@ -4662,8 +4662,8 @@
|
@@ -4662,8 +4662,8 @@
|
||||||
CONFIG_IPMB_DEVICE_INTERFACE=m
|
CONFIG_IPMB_DEVICE_INTERFACE=m
|
||||||
CONFIG_HW_RANDOM=y
|
CONFIG_HW_RANDOM=y
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
--- a/config 2024-07-11 15:01:26.249996763 +0800
|
--- a/include/config/auto.conf 2024-07-11 15:01:26.249996763 +0800
|
||||||
+++ b/config 2024-07-11 15:09:27.942552038 +0800
|
+++ b/include/config/auto.conf 2024-07-11 15:09:27.942552038 +0800
|
||||||
@@ -10310,6 +10310,10 @@
|
@@ -10310,6 +10310,10 @@
|
||||||
#
|
#
|
||||||
# Android
|
# Android
|
||||||
#
|
#
|
||||||
+CONFIG_ANDROID=y
|
+CONFIG_ANDROID=y
|
||||||
+CONFIG_ANDROID_BINDER_IPC=m
|
+CONFIG_ANDROID_BINDER_IPC=y
|
||||||
+CONFIG_ANDROID_BINDERFS=n
|
+CONFIG_ANDROID_BINDERFS=n
|
||||||
+CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
+CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
||||||
# CONFIG_ANDROID_BINDER_IPC is not set
|
|
||||||
# end of Android
|
# end of Android
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue