Use openssl for all kernels (!111)
This is a followup to !109 (merged). Affected packages: * device/linux-samsung-p4wifi * device/linux-sony-tulip * device/linux-teclast-x80pro * main/linux-postmarketos-allwinner * main/linux-postmarketos-mainline * main/linux-postmarketos-qcom * main/linux-postmarketos-stable [skip ci] I have confirmed that all 7 kernels still compile.
This commit is contained in:
parent
74941fe0d4
commit
3fe8d0e053
7 changed files with 14 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname="linux-samsung-p4wifi"
|
pkgname="linux-samsung-p4wifi"
|
||||||
pkgver=4.19.0
|
pkgver=4.19.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Galaxy Tab 10.1 kernel"
|
pkgdesc="Galaxy Tab 10.1 kernel"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
_carch="arm"
|
_carch="arm"
|
||||||
|
@ -10,7 +10,7 @@ _flavor="samsung-p4wifi"
|
||||||
url="https://kernel.org"
|
url="https://kernel.org"
|
||||||
license="GPL2"
|
license="GPL2"
|
||||||
options="!strip !check !tracedeps"
|
options="!strip !check !tracedeps"
|
||||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev xz flex bison libressl-dev"
|
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev xz flex bison openssl-dev"
|
||||||
|
|
||||||
# Compiler: latest GCC from Alpine
|
# Compiler: latest GCC from Alpine
|
||||||
HOSTCC="${CC:-gcc}"
|
HOSTCC="${CC:-gcc}"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname="linux-sony-tulip"
|
pkgname="linux-sony-tulip"
|
||||||
pkgver=3.10
|
pkgver=3.10
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Sony Xperia M4 Aqua kernel fork"
|
pkgdesc="Sony Xperia M4 Aqua kernel fork"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
_carch="arm64"
|
_carch="arm64"
|
||||||
|
@ -11,7 +11,7 @@ _flavor="sony-tulip"
|
||||||
url="https://kernel.org"
|
url="https://kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
options="!strip !check !tracedeps"
|
options="!strip !check !tracedeps"
|
||||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev devicepkg-dev libressl libressl-dev gcc6"
|
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev devicepkg-dev openssl openssl-dev gcc6"
|
||||||
|
|
||||||
# Compiler: GCC 6 (doesn't boot when compiled with newer versions)
|
# Compiler: GCC 6 (doesn't boot when compiled with newer versions)
|
||||||
if [ "${CC:0:5}" != "gcc6-" ]; then
|
if [ "${CC:0:5}" != "gcc6-" ]; then
|
||||||
|
|
|
@ -12,13 +12,13 @@ case $pkgver in
|
||||||
*.*.*) _kernver=${pkgver%.*};;
|
*.*.*) _kernver=${pkgver%.*};;
|
||||||
*.*) _kernver=$pkgver;;
|
*.*) _kernver=$pkgver;;
|
||||||
esac
|
esac
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
|
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
pkgdesc="Linux for pmOS supported chipsets (stable)"
|
pkgdesc="Linux for pmOS supported chipsets (stable)"
|
||||||
url="https://kernel.org/"
|
url="https://kernel.org/"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev libressl-dev"
|
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev"
|
||||||
options="!strip !check !tracedeps"
|
options="!strip !check !tracedeps"
|
||||||
install=
|
install=
|
||||||
source="
|
source="
|
||||||
|
|
|
@ -4,13 +4,13 @@ _config="config-${_flavor}.${CARCH}"
|
||||||
pkgname=linux-${_flavor}
|
pkgname=linux-${_flavor}
|
||||||
|
|
||||||
pkgver=4.18.0
|
pkgver=4.18.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
|
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
pkgdesc="Kernel close to mainline with extra patches for Allwinner devices"
|
pkgdesc="Kernel close to mainline with extra patches for Allwinner devices"
|
||||||
url="https://kernel.org/"
|
url="https://kernel.org/"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev libressl-dev file bison flex"
|
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex"
|
||||||
options="!strip !check !tracedeps"
|
options="!strip !check !tracedeps"
|
||||||
install=
|
install=
|
||||||
_commit="788a3dffccd03be306646cd3c9a1029f350df3f7"
|
_commit="788a3dffccd03be306646cd3c9a1029f350df3f7"
|
||||||
|
|
|
@ -9,13 +9,13 @@ _kernver=${pkgver%_rc*}
|
||||||
_mainver=${_kernver%.*}
|
_mainver=${_kernver%.*}
|
||||||
_patchlevel=${_kernver/$_mainver./}
|
_patchlevel=${_kernver/$_mainver./}
|
||||||
_basever=${_mainver}.$((_patchlevel-1))
|
_basever=${_mainver}.$((_patchlevel-1))
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
|
|
||||||
arch="x86_64 armhf aarch64"
|
arch="x86_64 armhf aarch64"
|
||||||
pkgdesc="Linux for pmOS supported chipsets (mainline, more bleeding-edge than stable)"
|
pkgdesc="Linux for pmOS supported chipsets (mainline, more bleeding-edge than stable)"
|
||||||
url="https://kernel.org/"
|
url="https://kernel.org/"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev libressl-dev file bison flex"
|
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex"
|
||||||
options="!strip !check !tracedeps"
|
options="!strip !check !tracedeps"
|
||||||
install=
|
install=
|
||||||
source="
|
source="
|
||||||
|
|
|
@ -4,13 +4,13 @@ _config="config-${_flavor}.${CARCH}"
|
||||||
pkgname=linux-${_flavor}
|
pkgname=linux-${_flavor}
|
||||||
|
|
||||||
pkgver=4.17_rc3
|
pkgver=4.17_rc3
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
|
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
pkgdesc="Kernel close to mainline with extra patches for Qualcomm devices"
|
pkgdesc="Kernel close to mainline with extra patches for Qualcomm devices"
|
||||||
url="https://kernel.org/"
|
url="https://kernel.org/"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="dtbtool perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev libressl-dev file bison flex"
|
makedepends="dtbtool perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex"
|
||||||
options="!strip !check !tracedeps"
|
options="!strip !check !tracedeps"
|
||||||
install=
|
install=
|
||||||
_commit="09efb4857f1a4119eced855912043817bd96e064"
|
_commit="09efb4857f1a4119eced855912043817bd96e064"
|
||||||
|
|
|
@ -9,13 +9,13 @@ case $pkgver in
|
||||||
*.*.*) _kernver=${pkgver%.*};;
|
*.*.*) _kernver=${pkgver%.*};;
|
||||||
*.*) _kernver=$pkgver;;
|
*.*) _kernver=$pkgver;;
|
||||||
esac
|
esac
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
|
|
||||||
arch="x86_64 armhf aarch64"
|
arch="x86_64 armhf aarch64"
|
||||||
pkgdesc="Linux for pmOS supported chipsets (stable)"
|
pkgdesc="Linux for pmOS supported chipsets (stable)"
|
||||||
url="https://kernel.org/"
|
url="https://kernel.org/"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev libressl-dev file bison flex"
|
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex"
|
||||||
options="!strip !check !tracedeps"
|
options="!strip !check !tracedeps"
|
||||||
install=
|
install=
|
||||||
source="
|
source="
|
||||||
|
|
Loading…
Add table
Reference in a new issue