aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-rpi
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-01-28 14:30:29 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-01-30 06:22:45 +0000
commitae88afa1be4209de0638bdd6e50ef6daef7c95b7 (patch)
tree77f78f07767c5af69f5a5764b26f2cd9ec7dcc4a /main/linux-rpi
parent7a2ada76f3edd46a16c049dac49180a5ae309710 (diff)
downloadaports-ae88afa1be4209de0638bdd6e50ef6daef7c95b7.tar.bz2
aports-ae88afa1be4209de0638bdd6e50ef6daef7c95b7.tar.xz
[various]: fix kernel.org 'source' url protocol & hostname
http -> https ftp.kernel.org -> kernel.org
Diffstat (limited to 'main/linux-rpi')
-rw-r--r--main/linux-rpi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-rpi/APKBUILD b/main/linux-rpi/APKBUILD
index a6ed9a43bf..8f3f8d86d8 100644
--- a/main/linux-rpi/APKBUILD
+++ b/main/linux-rpi/APKBUILD
@@ -16,8 +16,8 @@ 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="http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz
- http://ftp.kernel.org/pub/linux/kernel/v4.x/patch-$pkgver.xz
+source="https://kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz
+ https://kernel.org/pub/linux/kernel/v4.x/patch-$pkgver.xz
http://dev.alpinelinux.org/~tteras/rpi/linux-4.4.y-rpi-20161115.patch
http://dev.alpinelinux.org/~tteras/rpi/rpi-cirrus-4.4.y-20160909.patch
gpio-mcp23s08-pullups.patch