| -rw-r--r-- | config/base-aarch64.config | 5 | ||||
| -rw-r--r-- | kernel-surface.spec | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/config/base-aarch64.config b/config/base-aarch64.config index ed863d0..449031b 100644 --- a/config/base-aarch64.config +++ b/config/base-aarch64.config @@ -3,9 +3,8 @@ # kernel-core-7.2.4-300.fc45.aarch64.rpm: # # dnf download kernel-core --arch aarch64 -# rpm2archive -n - < kernel-core-*.aarch64.rpm | -# tar -xO --wildcards '*/modules/*/config' | -# wl-copy +# rpm2cpio kernel-core-*.aarch64.rpm | +# cpio -idm './usr/lib/modules/*/config' # # 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 diff --git a/kernel-surface.spec b/kernel-surface.spec index ee6e132..d5b91df 100644 --- a/kernel-surface.spec +++ b/kernel-surface.spec @@ -193,7 +193,6 @@ test "${kernelrelease}" = "%{kverrel}" || { } %build -export KCFLAGS="-mcpu=oryon-1+nopauth" %make_build ARCH=arm64 Image modules dtbs %install @@ -248,9 +247,6 @@ fi %ghost %attr(0644,root,root) /boot/vmlinuz-%{kverrel} %changelog -* Wed Sep 09 2026 Saya Andy 7.2.4-2 -- Compile kernel specifically for Oryon v1 instruction set (Snapdragon X1 cpu) - * Tue Sep 08 2026 Saya Andy 7.2.4-1 - Update Linux kernel from 7.2.3 to 7.2.4 |