diff options
author | David P <megver83@parabola.nu> | 2017-06-13 21:06:56 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-06-13 21:06:56 -0400 |
commit | 4ce63fd5bb3b2b4bdc9f41529e64210345dc4979 (patch) | |
tree | 93aceb8f5b4ac6aff07f926cffd95dbf475174c1 /kernels/linux-libre-rt | |
parent | 2919c7accfe5956b55a9cfd027d99a71e9a73b0c (diff) | |
download | abslibre-4ce63fd5bb3b2b4bdc9f41529e64210345dc4979.tar.gz abslibre-4ce63fd5bb3b2b4bdc9f41529e64210345dc4979.tar.bz2 abslibre-4ce63fd5bb3b2b4bdc9f41529e64210345dc4979.zip |
Updated ARM patches
Diffstat (limited to 'kernels/linux-libre-rt')
-rw-r--r-- | kernels/linux-libre-rt/90-linux.hook (renamed from kernels/linux-libre-rt/99-linux.hook) | 0 | ||||
-rw-r--r-- | kernels/linux-libre-rt/PKGBUILD | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kernels/linux-libre-rt/99-linux.hook b/kernels/linux-libre-rt/90-linux.hook index 985115199..985115199 100644 --- a/kernels/linux-libre-rt/99-linux.hook +++ b/kernels/linux-libre-rt/90-linux.hook diff --git a/kernels/linux-libre-rt/PKGBUILD b/kernels/linux-libre-rt/PKGBUILD index 575032b41..0cfa02cb0 100644 --- a/kernels/linux-libre-rt/PKGBUILD +++ b/kernels/linux-libre-rt/PKGBUILD @@ -34,14 +34,14 @@ options=('!strip') source=("https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/linux-libre-${_pkgbasever}.tar.xz"{,.sign} "https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_pkgbasever}-${_pkgver}.xz"{,.sign} "https://www.kernel.org/pub/linux/kernel/projects/rt/${_rtbasever}/older/patch-${_pkgver%-*}-${_rtpatchver}.patch.xz" - "https://www.kernel.org/pub/linux/kernel/projects/rt/${_rtbasever}/older/patch-${_pkgver%-*}-${_rtpatchver}.patch.sign" + "https://www.kernel.org/pub/linux/kernel/projects/rt/${_rtbasever}/older/patch-${_pkgver%-*}-${_rtpatchver}.patch.sign" "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_clut224.ppm"{,.sig} "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_mono.pbm"{,.sig} "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_vga16.ppm"{,.sig} # the main kernel config files 'config.i686' 'config.x86_64' 'config.armv7h' # pacman hook for initramfs regeneration - '99-linux.hook' + '90-linux.hook' # standard config files for mkinitcpio ramdisk 'linux.preset' 'change-default-console-loglevel.patch' @@ -189,8 +189,8 @@ build() { _package() { pkgdesc="The ${pkgbase^} kernel and modules with realtime preemption" - [ "${pkgbase}" = "linux-libre" ] && groups=('base' 'base-openrc') - depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7') + [ "${pkgbase}" = "linux" ] && groups=('base') + depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "LINUX-ABI_VERSION=${_archpkgver}" "kernel=${_archpkgver}") conflicts=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") |