diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-11 21:05:29 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-11 21:05:29 +0000 |
commit | e60f21984f59d36fa70292a2a2c8f2ac59796cb0 (patch) | |
tree | c477f4819e36aa90f94db39bbef09c910f67e651 /main/linux-rpi/APKBUILD | |
parent | a8f61ee835d9aa73954e0b4069ced00e05a56ca3 (diff) | |
download | aports-e60f21984f59d36fa70292a2a2c8f2ac59796cb0.tar.bz2 aports-e60f21984f59d36fa70292a2a2c8f2ac59796cb0.tar.xz |
main/linux-rpi: fix rpi patch
Diffstat (limited to 'main/linux-rpi/APKBUILD')
-rw-r--r-- | main/linux-rpi/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/linux-rpi/APKBUILD b/main/linux-rpi/APKBUILD index 8e53f8ded3..941601732e 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 linux-firmware" @@ -15,10 +15,9 @@ options="!strip" install= # rpi patches are git diff against latest release tag from: # linux-4.4.y https://github.com/raspberrypi/linux/tree/rpi-4.4.y -# rpi-cirrus-4.4.y https://github.com/HiassofT/rpi-linux/tree/cirrus-4.4.y source="https://kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz https://kernel.org/pub/linux/kernel/v4.x/patch-$pkgver.xz - https://dev.alpinelinux.org/~clandmeter/patches/linux-v${pkgver}-rpi.patch.gz + https://dev.alpinelinux.org/~clandmeter/patches/linux-v${pkgver}-rpi.patch gpio-mcp23s08-pullups.patch issue-4973.patch @@ -195,7 +194,7 @@ _dev() { sha512sums="bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a linux-4.9.tar.xz ab9c26493069f87a9d8c6c97db1a84f03a1b1221f47facc68e65d79ef75d9c7bd93c1f39eee334e4f45381b2c84ff3acb8870478c61c4d8a648984db55be5ad3 patch-4.9.40.xz -2cbeb943eb296ded385593b7e7e2309d78ea040581bdb75e131544ee5d4b8a867e80a76cfbc170271b85ef0c6925526d20e1cb6945031a5eb40dd18c225b0fbe linux-v4.9.40-rpi.patch.gz +5ded7379b0dfc8721ac3226fa4895cb07223c3cb06374f682ee01a59e225666971deba3bc9101bb6727fd157685f5606d211d059065eab347af0fedd664a788f linux-v4.9.40-rpi.patch 36724ba56cb8fdf3a3d347cffb67ae1cc3d7b1052d526b6b5134ebf6baae9f9724b586c97833453dc7697ab24699426f0749af78b6a80be36967a80033a0cf40 gpio-mcp23s08-pullups.patch 501c91bf2538a18102da59bbccc3097f9c3c90079acc0e946ff075074160c09b8a66934e5ce5470e170f0e4f93d114709a95230367426d0bb7ea02c4bdf4cc9b issue-4973.patch 54dc88144fc7d502499878f588e5f0f3312991ce49b9245a2790cb1d1224b4f71a4751b7cd29b29e2b2b17d64b65d8d49198f6fbd545a9322faf25041e4bdc06 config-rpi.armhf |