diff --git a/.github/local/Makefile.local b/.github/local/Makefile.local index cd22b1f..3fdce6d 100644 --- a/.github/local/Makefile.local +++ b/.github/local/Makefile.local @@ -1 +1 @@ -KERNEL_DEFCONFIG := defconfig qcom_module_defconfig radxa.config radxa_custom.config +KERNEL_DEFCONFIG := defconfig qcom_module.config radxa.config radxa_custom.config diff --git a/debian/patches/linux/0002-feat-Radxa-custom-kernel-config.patch b/debian/patches/linux/0002-feat-Radxa-custom-kernel-config.patch index a748989..7afc112 100644 --- a/debian/patches/linux/0002-feat-Radxa-custom-kernel-config.patch +++ b/debian/patches/linux/0002-feat-Radxa-custom-kernel-config.patch @@ -5,8 +5,8 @@ Subject: [PATCH] feat: Radxa custom kernel config Signed-off-by: HE Zhengyu --- - arch/arm64/configs/radxa_custom.config | 4 ++++ - 1 file changed, 4 insertions(+) + arch/arm64/configs/radxa_custom.config | 10 ++++ + 1 file changed, 10 insertions(+) create mode 100644 arch/arm64/configs/radxa_custom.config diff --git a/src/arch/arm64/configs/radxa_custom.config b/src/arch/arm64/configs/radxa_custom.config @@ -14,11 +14,17 @@ new file mode 100644 index 000000000000..4e8c56c4c5cd --- /dev/null +++ b/src/arch/arm64/configs/radxa_custom.config -@@ -0,0 +1,4 @@ +@@ -0,0 +1,10 @@ +# Kernel modules build by portage and XZ compressed fail to load with latest kmod tools. +# DKMS: https://bugs.gentoo.org/920837 +CONFIG_MODULE_COMPRESS_XZ=n +CONFIG_MODULE_COMPRESS_ZSTD=y ++ ++# Disable CONFIG_EFI_ZBOOT to support U-Boot stdboot with overlay ++CONFIG_EFI_ZBOOT=n ++ ++# The rockchip overlays in radxa-pkg/radxa-overlays are not compatible with the mainline kernel(> 6.1). ++CONFIG_ARCH_ROCKCHIP=n -- 2.50.1 diff --git a/src b/src index 996b43f..35ff911 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit 996b43f72835d22c2f79e1f476dd34f90f9e69bb +Subproject commit 35ff911633010c177fd93f072bfac0e3d125db46