From d204e81041d2f79ae6c08d95e164538f4d4cbb5e Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Wed, 9 Sep 2026 02:35:27 +0700 Subject: feat: optimize kernel for Qualcomm Oryon v1 CPUs --- config/base-aarch64.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/base-aarch64.config b/config/base-aarch64.config index 449031b..ed863d0 100644 --- a/config/base-aarch64.config +++ b/config/base-aarch64.config @@ -3,8 +3,9 @@ # kernel-core-7.2.4-300.fc45.aarch64.rpm: # # dnf download kernel-core --arch aarch64 -# rpm2cpio kernel-core-*.aarch64.rpm | -# cpio -idm './usr/lib/modules/*/config' +# rpm2archive -n - < kernel-core-*.aarch64.rpm | +# tar -xO --wildcards '*/modules/*/config' | +# wl-copy # # It is vendored rather than downloaded so the build has no dependency on a # third-party host, and so the base config is reviewable in a diff when it is -- cgit v1.3.1+17