diff options
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 |