summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-rt
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-06-13 21:06:56 -0400
committerDavid P <megver83@parabola.nu>2017-06-13 21:06:56 -0400
commit4ce63fd5bb3b2b4bdc9f41529e64210345dc4979 (patch)
tree93aceb8f5b4ac6aff07f926cffd95dbf475174c1 /kernels/linux-libre-rt
parent2919c7accfe5956b55a9cfd027d99a71e9a73b0c (diff)
downloadabslibre-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/PKGBUILD8
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[@]}")