diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-16 12:41:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-16 15:30:40 +0000 |
commit | 504763960dba01d34d29fb62eadd963c2a2ab782 (patch) | |
tree | 4965ad3e3b90e195cd4a9ee8e5dd6d6afe94d364 /main/linux-rpi/APKBUILD | |
parent | 984525fdbe760f09318e5eb655420764d279635f (diff) | |
download | aports-504763960dba01d34d29fb62eadd963c2a2ab782.tar.bz2 aports-504763960dba01d34d29fb62eadd963c2a2ab782.tar.xz |
main/linux-rpi: update rpi patch
include upstream changes that should fix USB port
https://github.com/raspberrypi/linux/issues/3464#issuecomment-597859647
ref #11278
Diffstat (limited to 'main/linux-rpi/APKBUILD')
-rw-r--r-- | main/linux-rpi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/linux-rpi/APKBUILD b/main/linux-rpi/APKBUILD index d87cef96e8..e5b20847dc 100644 --- a/main/linux-rpi/APKBUILD +++ b/main/linux-rpi/APKBUILD @@ -6,7 +6,7 @@ case $pkgver in *.*.*) _kernver=${pkgver%.*};; *.*) _kernver=${pkgver};; esac -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with Raspberry Pi patches" url=https://github.com/raspberrypi/linux depends="mkinitfs" @@ -19,7 +19,7 @@ _rpi_repo="git://github.com/raspberrypi/linux.git" _linux_repo="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git" source="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-$_kernver.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.xz - https://dev.alpinelinux.org/archive/rpi-patches/rpi-$pkgver-alpine.patch + https://dev.alpinelinux.org/archive/rpi-patches/rpi-$pkgver-alpine2.patch issue-4973.patch @@ -304,7 +304,7 @@ _dev() { sha512sums="9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f linux-5.4.tar.xz ba887634350a2fde67283241356c5f6fee1fd076b58051aa4df88da8bc60645e40b8b73dba3401415770a80f58d59546fc96b8b816b61da70177a3ef92c1bafa patch-5.4.25.xz -57042a5547bfc1deb20c83eb16b2e317d697664a77d7eb412fb1bfda542ae3f033d2fe1c76e92c1617af6ddea60ba07c16a2000c11fdb3d551e5e8e265159c8d rpi-5.4.25-alpine.patch +4bc43d91949e563f65432fa86113f34c0740517779c7feaafb3ac7cd20e285215363bd934b043487e6f613b074ebbe7afc089c2288ecc66b7456e1b984b32cea rpi-5.4.25-alpine2.patch 501c91bf2538a18102da59bbccc3097f9c3c90079acc0e946ff075074160c09b8a66934e5ce5470e170f0e4f93d114709a95230367426d0bb7ea02c4bdf4cc9b issue-4973.patch bf827937d72085dcd886b8efdf0c930f825dd0778e1baccc535a78475f855a8d457b13647840e8d6e6d81035b856d9e747bb42b6d56ae4e53b73ed3212fc2f4d config-changes-rpi.armhf bf827937d72085dcd886b8efdf0c930f825dd0778e1baccc535a78475f855a8d457b13647840e8d6e6d81035b856d9e747bb42b6d56ae4e53b73ed3212fc2f4d config-changes-rpi.armv7 |