Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "src"]
path = src
url = https://github.com/gregkh/linux.git
branch = linux-6.16.y
url = https://github.com/radxa/kernel.git
branch = linux-6.17.1

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,20 @@ Subject: [PATCH] feat: Radxa custom kernel config

Signed-off-by: HE Zhengyu <hezhengyu@radxa.com>
---
arch/arm64/configs/radxa_custom.config | 8 ++++++++
1 file changed, 8 insertions(+)
arch/arm64/configs/radxa_custom.config | 4 ++++
1 file changed, 4 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
new file mode 100644
index 000000000000..4e8c56c4c5cd
--- /dev/null
+++ b/src/arch/arm64/configs/radxa_custom.config
@@ -0,0 +1,8 @@
@@ -0,0 +1,4 @@
+# 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
+
+# fix: WCD Playback: codec dai not found
+CONFIG_SOUND=y
+CONFIG_SND=y
--
2.50.1

This file was deleted.

This file was deleted.

Loading
Loading