diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-01 10:04:46 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-01 10:06:18 -0300 |
commit | d19d2f26eb63ac0e5998503dfa5580ba774a72b2 (patch) | |
tree | 3d3ba87a65f96f65f4f174ea1de542aec2128d52 | |
parent | 22e166de1a43cd130171fcfc8ab67b7a47dd4d9e (diff) | |
download | abslibre-d19d2f26eb63ac0e5998503dfa5580ba774a72b2.tar.gz abslibre-d19d2f26eb63ac0e5998503dfa5580ba774a72b2.tar.bz2 abslibre-d19d2f26eb63ac0e5998503dfa5580ba774a72b2.zip |
linux-libre-rt: minor fix
-rw-r--r-- | kernels/linux-libre-rt/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-rt/PKGBUILD b/kernels/linux-libre-rt/PKGBUILD index e044c8a43..242561280 100644 --- a/kernels/linux-libre-rt/PKGBUILD +++ b/kernels/linux-libre-rt/PKGBUILD @@ -51,8 +51,8 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li '0001-drm-radeon-Make-the-driver-load-without-the-firmwares.patch' '0002-usb-serial-gadget-no-TTY-hangup-on-USB-disconnect-WI.patch' # armv7h patches - "https://repo.parabola.nu/other/rcn-libre-rt/patches/${_pkgver%-*}/rcn-libre-${_pkgver%-*}-${rcnrel}.patch" - "https://repo.parabola.nu/other/rcn-libre-rt/patches/${_pkgver%-*}/rcn-libre-${_pkgver%-*}-${rcnrel}.patch.sig" + "https://repo.parabola.nu/other/rcn-libre/patches/${_pkgver%-*}/rcn-libre-${_pkgver%-*}-${rcnrel}.patch" + "https://repo.parabola.nu/other/rcn-libre/patches/${_pkgver%-*}/rcn-libre-${_pkgver%-*}-${rcnrel}.patch.sig" '0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch' '0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch' '0003-SMILE-Plug-device-tree-file.patch' |