diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-07-22 21:24:46 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-07-22 21:24:46 -0400 |
commit | 3e55a3c261b74f956329dec4834eae2a98b3c005 (patch) | |
tree | bec7e628d30c980f251b450a41c470ff4f118fe6 /libre/linux-libre-64/PKGBUILD | |
parent | 51b56166c4547506ad93de453b150bfd4de99d33 (diff) | |
download | abslibre-3e55a3c261b74f956329dec4834eae2a98b3c005.tar.gz abslibre-3e55a3c261b74f956329dec4834eae2a98b3c005.tar.bz2 abslibre-3e55a3c261b74f956329dec4834eae2a98b3c005.zip |
sq - linux-libre-64
Diffstat (limited to 'libre/linux-libre-64/PKGBUILD')
-rw-r--r-- | libre/linux-libre-64/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/linux-libre-64/PKGBUILD b/libre/linux-libre-64/PKGBUILD index a75d06f1d..461b71fa9 100644 --- a/libre/linux-libre-64/PKGBUILD +++ b/libre/linux-libre-64/PKGBUILD @@ -6,10 +6,9 @@ # Contributor: Michał Masłowski <mtjm@mtjm.eu> # Contributor: Luke R. <g4jc@openmailbox.org> # Contributor: Andreas Grapentin <andreas@grapentin.org> -# Maintainers: Parabola hackers <dev@lists.parabola.nu> +# Maintainer: Parabola hackers <dev@lists.parabola.nu> # Based on linux package -# Based on linux-libre package, actually - megver83 will become maintainer eventually # WIP: This PKGBUILD is derived from the 'linux-libre' PKGBUILD, # and includes a lot of unused cruft, to minimize the diff. @@ -32,7 +31,9 @@ # should be identical to the linux-libre PKGBUILD. # In this way, the diff is minimal against the linux-libre PKGBUILD; # and it is obvious which parts are intended to become aarch64-specific, -# or exist only for cross-compiling the aarch64 kernel for armv7h systems. +# or exist only for cross-compiling the 64-bit foreign kernels for armv7h and i686. +# After that, this PKGBUILD could be cleaned up greatly, +# to focus only on the aarch64 kernel for armv7h, and the x86_64 kernel for i686. _replacesarchkernel=('linux%') # '%' gets replaced with kernel suffix |